Browse Source

[1068] fixed a typo

JINMEI Tatuya 13 years ago
parent
commit
fda403b098
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/zone.h

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

@@ -214,7 +214,7 @@ typedef boost::shared_ptr<const ZoneFinder> ConstZoneFinderPtr;
 /// On construction, each derived class object will start a "transaction"
 /// for making updates to a specific zone (this means a constructor of
 /// a derived class would normally take parameters to identify the zone
-/// to be updated).  The underlying realization of a "transaction" will defer
+/// to be updated).  The underlying realization of a "transaction" will differ
 /// for different derived classes; if it uses a general purpose database
 /// as a backend, it will involve performing some form of "begin transaction"
 /// statement for the database.