aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFTokenizer.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-02-21 03:54:31 +0100
committerJay Berkenbilt <ejb@ql.org>2009-02-21 03:54:31 +0100
commit91cb7c0a585ccaf8eab389da9f7351534440ee56 (patch)
tree17acbf824a026228382ec1236e311199024a02b9 /libqpdf/QPDFTokenizer.cc
parent0b2288c19d514e18449feb8f43fc1350a10241a1 (diff)
downloadqpdf-91cb7c0a585ccaf8eab389da9f7351534440ee56.tar.zst
fix many typos in comments and strings
git-svn-id: svn+q:///qpdf/trunk@651 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libqpdf/QPDFTokenizer.cc')
-rw-r--r--libqpdf/QPDFTokenizer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFTokenizer.cc b/libqpdf/QPDFTokenizer.cc
index d1f3a4af..1d3d153f 100644
--- a/libqpdf/QPDFTokenizer.cc
+++ b/libqpdf/QPDFTokenizer.cc
@@ -259,7 +259,7 @@ QPDFTokenizer::presentCharacter(char ch)
{
if (strchr(" \t\n\v\f\r()<>[]{}/%", ch) != 0)
{
- // A C-loacle whitespace character or delimiter terminates
+ // A C-locale whitespace character or delimiter terminates
// token. It is important to unread the whitespace
// character even though it is ignored since it may be the
// newline after a stream keyword. Removing it here could