1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-07-31 21:59:25 -04:00

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

View file

@ -651,7 +651,7 @@ static gboolean startup ( G_GNUC_UNUSED gpointer data )
TICK_N ( "Config sanity check" ); TICK_N ( "Config sanity check" );
if ( list_of_error_msgs != NULL ) { 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 ); GList *iter = g_list_first ( list_of_error_msgs );
int index = 0; int index = 0;
for (; iter != NULL && index < 2; iter = g_list_next ( iter ) ) { for (; iter != NULL && index < 2; iter = g_list_next ( iter ) ) {