i3bar: spelling fixes (2)

This commit is contained in:
shdown
2015-03-24 15:41:16 +03:00
parent e8704bb33b
commit 6922a820a6
11 changed files with 31 additions and 31 deletions

View File

@ -140,7 +140,7 @@ int main(int argc, char **argv) {
}
if (socket_path == NULL) {
ELOG("No Socket Path Specified, default to %s\n", i3_default_sock_path);
ELOG("No socket path specified, default to %s\n", i3_default_sock_path);
socket_path = expand_path(i3_default_sock_path);
}