mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
fix spelling errors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39925 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
04406427e3
commit
23f92b6399
2 changed files with 3 additions and 3 deletions
|
@ -1295,7 +1295,7 @@ typedef struct {
|
|||
if (connect(desc, (struct sockaddr*)&sockAddr,
|
||||
SUN_LEN(&sockAddr)) < 0)
|
||||
{
|
||||
NSDebugLLog(@"NSMessagePort", @"not live, reseting");
|
||||
NSDebugLLog(@"NSMessagePort", @"not live, resetting");
|
||||
unlink((const char*)socketName);
|
||||
close(desc);
|
||||
if ((desc = socket(PF_LOCAL, SOCK_STREAM, PF_UNSPEC)) < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue