]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2877] corrected a typo (one made by myself in a previous commit)
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 10 Apr 2013 16:23:09 +0000 (09:23 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 10 Apr 2013 16:23:09 +0000 (09:23 -0700)
src/lib/datasrc/database.h

index 299d322287f452fb102c47cd49fdaf74f72551f7..ee9c9a0dd5ee071904cc3f8bb46b24b4c615d1b1 100644 (file)
@@ -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