about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-03-07 17:15:48 +0000
committerJames Booth <boothj5@gmail.com>2016-03-07 17:15:48 +0000
commit35e456aebd8469860f3d45860bfdcd6f819f582e (patch)
treecacf7e30ab1773808f7917658bb0359d12c8bd78 /src
parent581b6e2cf1377bcbcabbcbc6686daadaf0b0a251 (diff)
parentf26da31f62fb74e4ecc4b40a1fed5ef0481e28ba (diff)
downloadprofani-tty-35e456aebd8469860f3d45860bfdcd6f819f582e.tar.gz
Merge branch 'master' into plugins-python
Diffstat (limited to 'src')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 79b4def9..093bc43d 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -5160,7 +5160,7 @@ cmd_log(ProfWin *window, const char *const command, gchar **args)
         gboolean res = strtoi_range(value, &intval, PREFS_MIN_LOG_SIZE, INT_MAX, &err_msg);
         if (res) {
             prefs_set_max_log_size(intval);
-            cons_show("Log maxinum size set to %d bytes", intval);
+            cons_show("Log maximum size set to %d bytes", intval);
         } else {
             cons_show(err_msg);
             free(err_msg);