From 6f6115ee59088a9ad46927d530579433b0af88c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20M=2E=20Kj=C3=A6r?= Date: Thu, 19 Oct 2017 17:07:23 +0200 Subject: [PATCH] Fixed error misspell --- source/rofi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/rofi.c b/source/rofi.c index 170715f5..74cc9d36 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -651,7 +651,7 @@ static gboolean startup ( G_GNUC_UNUSED gpointer data ) TICK_N ( "Config sanity check" ); if ( list_of_error_msgs != NULL ) { - GString *emesg = g_string_new ( "The following errors where detected when starting rofi:\n" ); + GString *emesg = g_string_new ( "The following errors were detected when starting rofi:\n" ); GList *iter = g_list_first ( list_of_error_msgs ); int index = 0; for (; iter != NULL && index < 2; iter = g_list_next ( iter ) ) {