1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Merge pull request #696 from jmkjaer/patch-1

Fixed error misspell
This commit is contained in:
Dave Davenport 2017-10-19 17:29:09 +02:00 committed by GitHub
commit 6f63e80b2f

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