Browse Source

[1207] fix typo in comment

Jelte Jansen 13 years ago
parent
commit
61b38bf68f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/tests/auth_srv_unittest.cc

+ 1 - 1
src/bin/auth/tests/auth_srv_unittest.cc

@@ -1144,7 +1144,7 @@ TEST_F(AuthSrvTest, processNormalQuery_reuseRenderer2) {
 //
 namespace {
 
-/// A the possible methods to throw in, either in FakeClient or
+/// The possible methods to throw in, either in FakeClient or
 /// FakeZoneFinder
 enum ThrowWhen {
     THROW_NEVER,