mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix typos etc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14301 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ab0df6f2f4
commit
1ede313efa
19 changed files with 75 additions and 53 deletions
|
@ -588,7 +588,7 @@ handle_printf_atsign (FILE *stream,
|
|||
if (chars == 0)
|
||||
{
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"nul pointer but non-zero length"];
|
||||
format: @"null pointer but non-zero length"];
|
||||
}
|
||||
for (i = 0; i < length; i++)
|
||||
{
|
||||
|
@ -2139,7 +2139,7 @@ handle_printf_atsign (FILE *stream,
|
|||
// Getting C Strings
|
||||
|
||||
/**
|
||||
* Returns a pointer to a nul terminated string of 8-bit
|
||||
* Returns a pointer to a null terminated string of 8-bit
|
||||
* characters in the default encoding. The memory pointed
|
||||
* to is not owned by the caller, so the caller must copy
|
||||
* its contents to keep it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue