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

@ -2273,7 +2273,7 @@ fail:
* It's common to have macros which don't need commenting ...
* like the ones used to protect a header against multiple
* inclusion for instance. For this reason, we ignore any
* macro which is not preceeded by a documentation comment.
* macro which is not preceded by a documentation comment.
*/
if ([comment length] > 0)
{

View file

@ -1268,7 +1268,7 @@ main(int argc, char **argv, char **env)
/*
* Ask existing project info (.gsdoc file) for dependency
* information. Then check the dates on the output files.
* If none are set, assume the defualt.
* If none are set, assume the default.
*/
a = [projectRefs outputsForHeader: hfile];
if ([a count] == 0)

View file

@ -85,7 +85,7 @@
* GDO_NAMES Return a list of registered names known to the server.
* Response is an unsigned long (in network byte order)
* saying how many bytes of data are to follow,
* followed by a list of the names each preceeded by the
* followed by a list of the names each preceded by the
* name length (a single byte) and port type (a byte).
* NB. This response may not be possible over UDP as the
* response length may exceed the maximum UDP packet size.