Merge pull request #3050 from d-e-s-o/fix-typo

fix typo in src/main.c
This commit is contained in:
Ingo Bürk 2017-11-18 19:19:25 +01:00 committed by GitHub
commit 2eabfc88fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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