1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-03-10 17:06:37 -04:00

Fix typo (thx to jpleau)

This commit is contained in:
QC 2015-07-04 19:58:17 +02:00
parent 5c9ad80758
commit 9b83c6133f

View file

@ -57,7 +57,7 @@ void i3_support_focus_window ( Window id )
char command[upm];
if ( strlen ( i3_socket_path ) > upm) {
fprintf ( stderr, "Socket path is to long. %zd > %lu\n", strlen ( i3_socket_path ), upm);
fprintf ( stderr, "Socket path is too long. %zd > %lu\n", strlen ( i3_socket_path ), upm);
return;
}