Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
23b2fe71
Commit
23b2fe71
authored
Nov 20, 2012
by
JINMEI Tatuya
Browse files
[2375] grammar/typo fixes in comments/doc
parent
3792c2bf
Changes
2
Show whitespace changes
Inline
Side-by-side
src/lib/dns/master_lexer.h
View file @
23b2fe71
...
...
@@ -203,7 +203,7 @@ public:
/// bitwise or (eg. option1 | option 2). See description of available
/// options.
/// \return Next token found in the input. Note that the token refers to
/// some internal data in
in
the lexer. It is valid only until
/// some internal data in the lexer. It is valid only until
/// getNextToken or ungetToken is called. Also, the token becomes
/// invalid when the lexer is destroyed.
/// \throw isc::InvalidOperation in case the source is not available. This
...
...
src/lib/dns/tests/master_lexer_unittest.cc
View file @
23b2fe71
...
...
@@ -281,7 +281,7 @@ TEST_F(MasterLexerTest, getUnbalanced) {
// The string gets out first
EXPECT_EQ
(
MasterLexer
::
Token
::
STRING
,
lexer
.
getNextToken
().
getType
());
// Then an unbalanced parethsis
// Then an unbalanced pare
n
th
e
sis
EXPECT_EQ
(
MasterLexer
::
Token
::
UNBALANCED_PAREN
,
lexer
.
getNextToken
().
getErrorCode
());
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment