fix typo in src/main.c

This commit is contained in:
Daniel Mueller
2017-11-18 09:48:38 -08:00
parent d1f8266df0
commit 2481301dfc

View File

@ -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);