Browse Source

[2427] fixed a trivial typo in comment

JINMEI Tatuya 12 years ago
parent
commit
8e839a08dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/tests/master_loader_unittest.cc

+ 1 - 1
src/lib/dns/tests/master_loader_unittest.cc

@@ -185,7 +185,7 @@ TEST_F(MasterLoaderTest, include) {
 }
 
 TEST_F(MasterLoaderTest, origin) {
-    // Varius forms of the directive
+    // Various forms of the directive
     const char* origins[] = {
         "$origin",
         "$ORIGIN",