fix typos in source files
[fw/openocd] / src / server / server.c
index 50bc00eb18bb606e1c27d450f3d646fbabeb2eea..3ba433e880ae8636e575a356eb1cb50a95922d61 100644 (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);