1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-03 04:23:42 -05:00

Minor comment fix.

This commit is contained in:
Tilman Blumenbach 2015-01-14 15:52:40 +01:00
parent 07dfc171e3
commit 6fc18a21f1

View file

@ -166,7 +166,7 @@ static char ** get_ssh ( unsigned int *length )
continue;
}
// Do we have seen this host name already?
// Is this host name already in the history file?
// This is a nice little penalty, but doable? time will tell.
// given num_favorites is max 25.
int found = 0;