diff options
Diffstat (limited to 'src/protosetup.c')
-rw-r--r-- | src/protosetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protosetup.c b/src/protosetup.c index 8eaa9d6..ad9ba88 100644 --- a/src/protosetup.c +++ b/src/protosetup.c @@ -206,7 +206,7 @@ IceProtocolSetup ( { if (errorStringRet && errorLength > 0) { strncpy (errorStringRet, - "IO error occured doing Protocol Setup on connection", + "IO error occurred doing Protocol Setup on connection", errorLength); errorStringRet[errorLength - 1] = '\0'; } |