diff options
author | Dave Reisner <d@falconindy.com> | 2010-09-29 09:13:04 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-05 21:50:56 +0200 |
commit | c899f8c61a6f42ec53dbc5645e0ff96c58b2d57a (patch) | |
tree | b093b751cce215f4eb38b8510295ab83f7448809 /src/util.h | |
parent | 7607fea6a1c3301f86dea204ab7c7e0d98385464 (diff) |
fix typo: s/seperat/separat/g
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index ae00ff50c4..f21aecf256 100644 --- a/src/util.h +++ b/src/util.h @@ -191,7 +191,7 @@ int write_one_line_file(const char *fn, const char *line); int read_one_line_file(const char *fn, char **line); int read_full_file(const char *fn, char **contents); -int parse_env_file(const char *fname, const char *seperator, ...) _sentinel_; +int parse_env_file(const char *fname, const char *separator, ...) _sentinel_; char *strappend(const char *s, const char *suffix); char *strnappend(const char *s, const char *suffix, size_t length); |