From: Daniel Mueller Date: Sat, 18 Nov 2017 17:48:38 +0000 (-0800) Subject: fix typo in src/main.c X-Git-Tag: 4.15~40^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F3050%2Fhead;p=i3%2Fi3 fix typo in src/main.c --- 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);