Fixing minor english typos (#827)

This commit is contained in:
ocornut
2016-09-11 22:02:35 +02:00
parent 02399852fe
commit 612b17ef57
8 changed files with 12 additions and 12 deletions

View File

@ -191,7 +191,7 @@ uSynergyBool ImGui_ConnectFunc(uSynergyCookie cookie)
// connect it to the address and port we passed in to getaddrinfo():
int ret = connect(usynergy_sockfd, res->ai_addr, res->ai_addrlen);
if (!ret) {
NSLog( @"Connect suceeded...");
NSLog( @"Connect succeeded...");
} else {
NSLog( @"Connect failed, %d", ret );
}