Parcourir la source

[2877] corrected a typo (one made by myself in a previous commit)

JINMEI Tatuya il y a 12 ans
Parent
commit
44851acb14
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/datasrc/database.h

+ 1 - 1
src/lib/datasrc/database.h

@@ -122,7 +122,7 @@ public:
     /// the "params" array to be filled with the values as described in this
     /// enumeration, in this order.
     ///
-    /// DEL_RNAME is included in case the reversed from is more convenient
+    /// DEL_RNAME is included in case the reversed form is more convenient
     /// for the underlying implementation to identify the record to be
     /// deleted (reversed names are generally easier to sort, which may help
     /// perform the search faster).  It's up to the underlying implementation