Browse Source

[1332] typo in doxygen doc

JINMEI Tatuya 13 years ago
parent
commit
fd1ae8e057
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ChangeLog
  2. 1 1
      src/lib/datasrc/client.h

+ 1 - 1
ChangeLog

@@ -1,4 +1,4 @@
- 315.	[func]		tomek
+315.	[func]		tomek
 	libdhcp: Support for DHCPv4 packet manipulation is now implemented.
 	libdhcp: Support for DHCPv4 packet manipulation is now implemented.
 	All fixed fields are now supported. Generic support for DHCPv4
 	All fixed fields are now supported. Generic support for DHCPv4
 	options is available (both parsing and assembly). There is no code
 	options is available (both parsing and assembly). There is no code

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

@@ -325,7 +325,7 @@ public:
     /// Note that the SOA serials are compared by the semantics of the serial
     /// Note that the SOA serials are compared by the semantics of the serial
     /// number arithmetic.  So, for example, \c begin_serial can be larger than
     /// number arithmetic.  So, for example, \c begin_serial can be larger than
     /// \c end_serial as bare unsigned integers.  The underlying data source
     /// \c end_serial as bare unsigned integers.  The underlying data source
-    /// implementation is assumed to keep truck of sufficient history to
+    /// implementation is assumed to keep track of sufficient history to
     /// identify (if exist) the corresponding difference between the specified
     /// identify (if exist) the corresponding difference between the specified
     /// versions.
     /// versions.
     ///
     ///