diff options
author | Jonathan Cohen <cohenjon@google.com> | 2018-04-20T21·02-0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20T21·02-0400 |
commit | 94ce52d46c171683b1ee22d14277a6d3bdfd7c4c (patch) | |
tree | fd22052ad9405ebe67a92a9bd66a4201c07e3dcc /absl/strings | |
parent | faf0a1b90374eab44e8956973b0e13febdcf3377 (diff) | |
parent | 08760addbe9732d8ee889328229781313baf6e96 (diff) |
Merge pull request #101 from waywardmonkeys/fix-typos
Fix some typos.
Diffstat (limited to 'absl/strings')
-rw-r--r-- | absl/strings/ascii.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/strings/ascii.h b/absl/strings/ascii.h index fc2bb33e0d77..96a64541c321 100644 --- a/absl/strings/ascii.h +++ b/absl/strings/ascii.h @@ -34,7 +34,7 @@ // `ascii_iscntrl()`, `ascii_isdigit()`, `ascii_isgraph()`, `ascii_islower()`, // `ascii_isprint()`, `ascii_ispunct()`, `ascii_isspace()`, `ascii_isupper()`, // `ascii_isxdigit()` -// Analagous to the <ctype.h> functions with similar names, these +// Analogous to the <ctype.h> functions with similar names, these // functions take an unsigned char and return a bool, based on whether the // character matches the condition specified. // @@ -42,7 +42,7 @@ // functions return `false`. // // `ascii_tolower()`, `ascii_toupper()` -// Analagous to the <ctype.h> functions with similar names, these functions +// Analogous to the <ctype.h> functions with similar names, these functions // take an unsigned char and return a char. // // If the input character is not an ASCII {lower,upper}-case letter (including |