From e1b15182a4a519843b5ed706b2f71a1b0ed46e73 Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Mon, 7 Mar 2016 14:06:10 +0100 Subject: Fix typo maxinum->maximum --- src/command/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit 1.4.1-2-gfad0