From 2481301dfccd3eb4f4b4e83972b6eaff18562024 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 18 Nov 2017 09:48:38 -0800 Subject: [PATCH] fix typo in src/main.c --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index d87b9a29..98dba12c 100644 --- a/src/main.c +++ b/src/main.c @@ -921,7 +921,7 @@ int main(int argc, char *argv[]) { free(command); } - /* Make sure to destroy the event loop to invoke the cleeanup callbacks + /* Make sure to destroy the event loop to invoke the cleanup callbacks * when calling exit() */ atexit(i3_exit); -- 2.39.5