Fixed some typos.

This commit is contained in:
Stefan Sommerfeld
2010-11-07 18:40:41 -02:00
committed by Marcelo Roberto Jimenez
parent 38d5e58e22
commit 508b782c79
7 changed files with 13 additions and 13 deletions

View File

@@ -470,7 +470,7 @@ int UpnpInit(const char *HostIP, unsigned short DestPort)
}
}
/* Set the UpnpSdkInit flag to 1 to indicate we're sucessfully initialized. */
/* Set the UpnpSdkInit flag to 1 to indicate we're successfully initialized. */
UpnpSdkInit = 1;
/* Finish initializing the SDK. */
@@ -522,7 +522,7 @@ int UpnpInit2(const char *IfName, unsigned short DestPort)
goto exit_function;
}
/* Set the UpnpSdkInit flag to 1 to indicate we're sucessfully initialized. */
/* Set the UpnpSdkInit flag to 1 to indicate we're successfully initialized. */
UpnpSdkInit = 1;
/* Finish initializing the SDK. */