mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Spelling fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21962 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
11b4799893
commit
c9c6734169
77 changed files with 3217 additions and 233 deletions
|
@ -2826,7 +2826,7 @@ agree, create a new GSUnicodeInlineString otherwise.
|
|||
/*
|
||||
* Make sure we have the format string in a nul terminated array of
|
||||
* unichars for passing to GSFormat. Use on-stack memory for performance
|
||||
* unless the size of the format string is really big (a rare occurrance).
|
||||
* unless the size of the format string is really big (a rare occurrence).
|
||||
*/
|
||||
len = [format length];
|
||||
if (len >= 1024)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue