mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 01:21:08 +00:00
fix typo in error text
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37882 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7f37b6668d
commit
10261d3ff6
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@
|
||||||
if (_nextTarget == nil)
|
if (_nextTarget == nil)
|
||||||
{
|
{
|
||||||
[NSException raise: NSInternalInconsistencyException
|
[NSException raise: NSInternalInconsistencyException
|
||||||
format: @"forwardInvocation without perparation"];
|
format: @"forwardInvocation without preparation"];
|
||||||
}
|
}
|
||||||
if (_group == nil)
|
if (_group == nil)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue