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:
parent
fcaf8d8104
commit
6f6115ee59
1 changed files with 1 additions and 1 deletions
|
@ -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 ) ) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue