Fixed error misspell

This commit is contained in:
Jakob M. Kjær 2017-10-19 17:07:23 +02:00 committed by GitHub
parent fcaf8d8104
commit 6f6115ee59
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) ) {