chiark / gitweb /
fix typo: s/seperat/separat/g
[elogind.git] / src / util.h
index ae00ff50c43c901a41af89d91ad000066cfe46ba..f21aecf256e7219a533648da732c62fe7572945a 100644 (file)
@@ -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);