diff options
author | corvid <corvid@lavabit.com> | 2012-09-13 15:21:46 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-09-13 15:21:46 +0000 |
commit | a80b9507ae88c837d5c06d06e4c7bb375d9c8fb1 (patch) | |
tree | 100c90ccd30ceb0d7910f5829901f35a71dc22d2 /dw/hyphenator.cc | |
parent | 94e451ffa5ece79a3b071ee553650bf8bd869a46 (diff) |
typos/spelling/a little English
Diffstat (limited to 'dw/hyphenator.cc')
-rw-r--r-- | dw/hyphenator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/hyphenator.cc b/dw/hyphenator.cc index 0fbdb699..97844538 100644 --- a/dw/hyphenator.cc +++ b/dw/hyphenator.cc @@ -47,7 +47,7 @@ Hyphenator::Hyphenator (core::Platform *platform, fclose (patF); } - exceptions = NULL; // Again, only instanciated when needed. + exceptions = NULL; // Again, only instantiated when needed. FILE *excF = fopen (excFile, "r"); if (excF) { |