X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Fconfig_parser.c;h=e97a37e1dce4a7ddce1bc6f8ed0cf89165480ef0;hp=27cdeb93fe571cd5d2869ad4855f9e4e415d8236;hb=fbfbdb8e124480bc90bbd6a8b59c1692c4ebd531;hpb=31121f133456868d027bd4fcda3d5691641c3c67 diff --git a/src/config_parser.c b/src/config_parser.c index 27cdeb93..e97a37e1 100644 --- a/src/config_parser.c +++ b/src/config_parser.c @@ -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;