diff options
author | nyamatongwe <unknown> | 2010-05-02 00:06:01 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-05-02 00:06:01 +0000 |
commit | f73b5ae0e7a2b461bdb59f72f2803645b48b0d7e (patch) | |
tree | 2f6dee1cbfd0205f0cae6784609eb094f3299ba8 /src/UniConversion.cxx | |
parent | 9527e6f388b10afcde7088df567c3a907df77f8d (diff) | |
download | scintilla-mirror-f73b5ae0e7a2b461bdb59f72f2803645b48b0d7e.tar.gz |
Bug #2995278 minor fixes to typos and types.
Diffstat (limited to 'src/UniConversion.cxx')
-rw-r--r-- | src/UniConversion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UniConversion.cxx b/src/UniConversion.cxx index 0064e3cba..2ef75840e 100644 --- a/src/UniConversion.cxx +++ b/src/UniConversion.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control /** @file UniConversion.cxx - ** Functions to handle UFT-8 and UCS-2 strings. + ** Functions to handle UTF-8 and UTF-16 strings. **/ // Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. |