Add some more FEC source code documentation.
[paraslash.git] / gui.c
diff --git a/gui.c b/gui.c
index 499845d9dadcdb6802b6ac49ab470d969729314c..4862df5ed9595459e8beed9cfa76946f71c54f9d 100644 (file)
--- a/gui.c
+++ b/gui.c
@@ -896,7 +896,7 @@ static int open_audiod_pipe(void)
  * when any key is pressed.
  *
  * EXTERNAL_MODE: Check only signal pipe. Used when an external command
  * when any key is pressed.
  *
  * EXTERNAL_MODE: Check only signal pipe. Used when an external command
- * is running. During that thime curses is disabled.  Returns when
+ * is running. During that time curses is disabled.  Returns when
  * cmd_pid == 0.
  */
 static int do_select(int mode)
  * cmd_pid == 0.
  */
 static int do_select(int mode)
@@ -1182,7 +1182,7 @@ static void com_ll_incr(void)
 {
        if (loglevel >= LL_EMERG) {
                print_in_bar(COLOR_ERRMSG,
 {
        if (loglevel >= LL_EMERG) {
                print_in_bar(COLOR_ERRMSG,
-                       "loglevel already at miminal verbosity\n");
+                       "loglevel already at minimal verbosity\n");
                return;
        }
        loglevel++;
                return;
        }
        loglevel++;