]> git.sur5r.net Git - i3/i3/blobdiff - src/config_parser.c
travis: check spelling of binaries and manpages, use docker
[i3/i3] / src / config_parser.c
index 27cdeb93fe571cd5d2869ad4855f9e4e415d8236..e97a37e1dce4a7ddce1bc6f8ed0cf89165480ef0 100644 (file)
@@ -910,7 +910,7 @@ bool parse_file(const char *f, bool use_nagbar) {
     FREE(bufcopy);
 
     /* Then, allocate a new buffer and copy the file over to the new one,
-     * but replace occurences of our variables */
+     * but replace occurrences of our variables */
     char *walk = buf, *destwalk;
     char *new = smalloc(stbuf.st_size + extra_bytes + 1);
     destwalk = new;