mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 01:41:12 +00:00
apply patch to fix spelling error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39952 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
00aecd8518
commit
df614d952f
1 changed files with 2 additions and 2 deletions
|
@ -1362,7 +1362,7 @@ _set_bit_value(unsigned char *base, long msb_off, int bit_width,
|
||||||
if (image == 0)
|
if (image == 0)
|
||||||
{
|
{
|
||||||
[NSException raise: NSTIFFException
|
[NSException raise: NSTIFFException
|
||||||
format: @"Opening data stream for writting"];
|
format: @"Opening data stream for writing"];
|
||||||
}
|
}
|
||||||
|
|
||||||
while ((rep = [enumerator nextObject]) != nil)
|
while ((rep = [enumerator nextObject]) != nil)
|
||||||
|
@ -1423,7 +1423,7 @@ _set_bit_value(unsigned char *base, long msb_off, int bit_width,
|
||||||
if (image == 0)
|
if (image == 0)
|
||||||
{
|
{
|
||||||
[NSException raise: NSTIFFException
|
[NSException raise: NSTIFFException
|
||||||
format: @"Opening data stream for writting"];
|
format: @"Opening data stream for writing"];
|
||||||
}
|
}
|
||||||
|
|
||||||
while ((rep = [enumerator nextObject]) != nil)
|
while ((rep = [enumerator nextObject]) != nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue