Fixed some typos.
This commit is contained in:

committed by
Marcelo Roberto Jimenez

parent
38d5e58e22
commit
508b782c79
@@ -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. */
|
||||
|
Reference in New Issue
Block a user