diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
commit | 435f5e30c968ffd5761873f8b3f756949545ce72 (patch) | |
tree | b7f1623723f23d141d7b6b0cada5d28523d53fdf /sal/systools | |
parent | 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff) |
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'sal/systools')
-rw-r--r-- | sal/systools/win32/uwinapi/sntprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/systools/win32/uwinapi/sntprintf.c b/sal/systools/win32/uwinapi/sntprintf.c index 12eaee9f252d..70980305c4ae 100644 --- a/sal/systools/win32/uwinapi/sntprintf.c +++ b/sal/systools/win32/uwinapi/sntprintf.c @@ -62,7 +62,7 @@ static int __cdecl _vsctprintf( const _TXCHAR *format, va_list ap ) /* This function retrieves the pointer to the last character of a buffer. That is the pointer to the last character of the buffer that fits - completly into that buffer or the position of the terminating zero. + completely into that buffer or the position of the terminating zero. buffer Pointer to a _TXCHAR buffer to be examined count size of the buffer to be examined |