about summary refs log tree commit diff stats
path: root/src/ui/statusbar.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-02-23 00:50:58 +0000
committerJames Booth <boothj5@gmail.com>2015-02-23 00:50:58 +0000
commit7454bede8b67003ea17017fa4dd8a7b86f42d6b6 (patch)
tree825e945664cc6687eb5b7c77f29bd272b52a5734 /src/ui/statusbar.c
parent95e7bd5a84b48f009e547d7017e925b3b9253d6f (diff)
parent2f4d66ea6e8b735678fc6946ca34864275b390e4 (diff)
downloadprofani-tty-7454bede8b67003ea17017fa4dd8a7b86f42d6b6.tar.gz
Merge branch 'master' into readline
Diffstat (limited to 'src/ui/statusbar.c')
-rw-r--r--src/ui/statusbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c
index 58f3fc58..b9244fcd 100644
--- a/src/ui/statusbar.c
+++ b/src/ui/statusbar.c
@@ -192,7 +192,7 @@ status_bar_inactive(const int win)
             is_new[11] = TRUE;
             _mark_new(11);
 
-        // still have active winsows
+        // still have active windows
         } else if (g_hash_table_size(remaining_active) != 0) {
             is_active[11] = TRUE;
             is_new[11] = FALSE;
@@ -241,7 +241,7 @@ status_bar_active(const int win)
             _mark_active(11);
         }
 
-    // visible winsow indicators
+    // visible window indicators
     } else {
         is_active[true_win] = TRUE;
         is_new[true_win] = FALSE;