From 41cd852f2f234093142d6cc3116c305889eb6a94 Mon Sep 17 00:00:00 2001 From: takelley1 <10100000101@protonmail.com> Date: Mon, 28 Mar 2022 04:14:52 -0400 Subject: [PATCH] Fix typo in comment (#4936) * Fix typo in comment * Fix other typo in comment --- include/display_version.h | 2 +- src/display_version.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)