[Groonga-commit] groonga/grnxx at a105328 [master] Fix a typo.

Back to archive index

susumu.yata null+****@clear*****
Thu Dec 18 16:36:33 JST 2014


susumu.yata	2014-12-18 16:36:33 +0900 (Thu, 18 Dec 2014)

  New Revision: a1053288ef745dd9de55f4c9ffea35e7c77ac0fb
  https://github.com/groonga/grnxx/commit/a1053288ef745dd9de55f4c9ffea35e7c77ac0fb

  Message:
    Fix a typo.

  Modified files:
    lib/grnxx/impl/table.cpp

  Modified: lib/grnxx/impl/table.cpp (+1 -1)
===================================================================
--- lib/grnxx/impl/table.cpp    2014-12-15 18:53:14 +0900 (1872a7d)
+++ lib/grnxx/impl/table.cpp    2014-12-18 16:36:33 +0900 (dd6e9fb)
@@ -398,7 +398,7 @@ void Table::remove_row(Int row_id) {
   // TODO: Check removability.
   for (size_t i = 0; i < referrer_columns_.size(); ++i) {
     if (referrer_columns_[i]->is_key()) {
-      throw "Reffered to from a key column";  // TODO
+      throw "Referred to from a key column";  // TODO
     }
   }
   // Unset column values.
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index