server: fix minor typos

Change-Id: Ibf835dc174a1a160ec0d57000a113c35f2713045
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5760
Tested-by: jenkins
This commit is contained in:
Antonio Borneo
2020-07-12 00:33:29 +02:00
parent e527937779
commit 1f08ada366
2 changed files with 4 additions and 4 deletions

View File

@@ -325,7 +325,7 @@ int add_service(char *name,
#endif
} else if (c->type == CONNECTION_PIPE) {
#ifdef _WIN32
/* we currenty do not support named pipes under win32
/* we currently do not support named pipes under win32
* so exit openocd for now */
LOG_ERROR("Named pipes currently not supported under this os");
free_service(c);