Browse Source

[2108] Fix typo

Mukund Sivaraman 12 years ago
parent
commit
65ce434abe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/memory_client.h

+ 1 - 1
src/lib/datasrc/memory/memory_client.h

@@ -223,7 +223,7 @@ public:
     virtual isc::datasrc::ZoneIteratorPtr
     getIterator(const isc::dns::Name& name, bool separate_rrs = false) const;
 
-    /// In-memory data source doesn't write back peristently, so this
+    /// In-memory data source doesn't write back persistently, so this
     /// derived method will result in a NotImplemented exception.
     ///
     /// \note We plan to use a database-based data source as a backend