summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob M. Kjær <jmkjaer@users.noreply.github.com>2017-10-19 17:07:23 +0200
committerGitHub <noreply@github.com>2017-10-19 17:07:23 +0200
commit6f6115ee59088a9ad46927d530579433b0af88c2 (patch)
tree07bf6b4108586c1930c8ef922520de61cd78f92c
parentfcaf8d81045d46ddfb7cb41cdb62b5c428ac930e (diff)
Fixed error misspell
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
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 ) ) {