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:
CaS 2005-11-06 13:53:40 +00:00
parent 4fbb0dcde7
commit 5af2d9d0a2
77 changed files with 3217 additions and 233 deletions

View file

@ -1394,7 +1394,7 @@ static NSMapTable *absolutes = 0;
}
/**
* Returns a timezone for the specified abbrevition. The same abbreviations
* Returns a timezone for the specified abbreviation. The same abbreviations
* are used in different regions so this isn't particularly useful.<br />
* Calls NSTimeZone-abbreviation dictionary an so uses a lot of memory.
*/
@ -1601,7 +1601,7 @@ static NSMapTable *absolutes = 0;
/**
* Returns the number of seconds by which the receiver differs
* from Greenwich Mean Time at the date aDate.<br />
* If the time zone uses dayl;ight savings time, the returned value
* If the time zone uses daylight savings time, the returned value
* will vary at different times of year.
*/
- (int) secondsFromGMTForDate: (NSDate*)aDate