diff --git a/include/display_version.h b/include/display_version.h index d8dac30b..6996038e 100644 --- a/include/display_version.h +++ b/include/display_version.h @@ -14,7 +14,7 @@ /** * Connects to i3 to find out the currently running version. Useful since it * might be different from the version compiled into this binary (maybe the - * user didn’t correctly install i3 or forgot te restart it). + * user didn’t correctly install i3 or forgot to restart it). * * The output looks like this: * Running i3 version: 4.2-202-gb8e782c (2012-08-12, branch "next") (pid 14804) diff --git a/src/display_version.c b/src/display_version.c index bced4c19..bfdbc8d6 100644 --- a/src/display_version.c +++ b/src/display_version.c @@ -69,7 +69,7 @@ static void print_config_path(const char *path, const char *role) { /* * Connects to i3 to find out the currently running version. Useful since it * might be different from the version compiled into this binary (maybe the - * user didn’t correctly install i3 or forgot te restart it). + * user didn’t correctly install i3 or forgot to restart it). * * The output looks like this: * Running i3 version: 4.2-202-gb8e782c (2012-08-12, branch "next") (pid 14804)