diff options
author | nyamatongwe <devnull@localhost> | 2010-05-02 00:06:01 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-05-02 00:06:01 +0000 |
commit | cd6d44de2ad5b93909c50db3cf467821db392f75 (patch) | |
tree | 2f6dee1cbfd0205f0cae6784609eb094f3299ba8 /src/UniConversion.h | |
parent | e41eecbf8bcc23eba2e3a3e928b8ec2963bc71d2 (diff) | |
download | scintilla-mirror-cd6d44de2ad5b93909c50db3cf467821db392f75.tar.gz |
Bug #2995278 minor fixes to typos and types.
Diffstat (limited to 'src/UniConversion.h')
-rw-r--r-- | src/UniConversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UniConversion.h b/src/UniConversion.h index 8cc3d0a18..2de2ef3fe 100644 --- a/src/UniConversion.h +++ b/src/UniConversion.h @@ -1,6 +1,6 @@ // Scintilla source code edit control /** @file UniConversion.h - ** 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. |