diff options
author | Marco Hunsicker <i3@hunsicker.de> | 2014-03-01 11:05:03 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2014-03-01 22:35:37 +0100 |
commit | 0c2b518b8a30c08a69c07ab6ffeea98eb2d58424 (patch) | |
tree | 2bc0166aa9bb833c929ec7e40539b422cd8accc3 /include | |
parent | 7b021d3eb20c9bf63ad8fa54ae253add47e551f6 (diff) |
Typo in function name
Fixes the typo in print_seperator()
Diffstat (limited to 'include')
-rw-r--r-- | include/i3status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i3status.h b/include/i3status.h index a6cd535..95da091 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -138,7 +138,7 @@ void die(const char *fmt, ...); bool slurp(const char *filename, char *destination, int size); /* src/output.c */ -void print_seperator(const char *separator); +void print_separator(const char *separator); char *color(const char *colorstr); char *endcolor() __attribute__ ((pure)); void reset_cursor(void); |