fix typos in source files

Correct some spelling errors in source comments and printed output.

Signed-off-by: Zachary T Welch <zw@superlucidity.net>
This commit is contained in:
Uwe Hermann
2009-11-24 20:01:15 +01:00
committed by Zachary T Welch
parent 060980357d
commit 1240ae459f
3 changed files with 8 additions and 8 deletions

View File

@@ -309,7 +309,7 @@ int server_loop(struct command_context *command_context)
while (!shutdown_openocd)
{
/* monitor sockets for acitvity */
/* monitor sockets for activity */
fd_max = 0;
FD_ZERO(&read_fds);