mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
fix typos
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28694 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5a8fbf7417
commit
1c97fb7e67
6 changed files with 6 additions and 6 deletions
|
@ -1634,7 +1634,7 @@ handle_printf_atsign (FILE *stream,
|
|||
*/
|
||||
- (NSString*) substringToIndex: (NSUInteger)index
|
||||
{
|
||||
return [self substringWithRange: ((NSRange){0,index})];;
|
||||
return [self substringWithRange: ((NSRange){0,index})];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue