diff options
author | David Strauss <david@davidstrauss.net> | 2012-06-26 12:25:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-26 12:25:11 +0200 |
commit | e911672372f606c613c8b48170368bd2fbcec55f (patch) | |
tree | 41131c0bc0501ff97cadb4020a48f917dd57143c /src | |
parent | af6da548aa14c57da7f17b3a1f2211efdb811d19 (diff) |
journal: typo fix in sd-journal.h
Diffstat (limited to 'src')
-rw-r--r-- | src/systemd/sd-journal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-journal.h b/src/systemd/sd-journal.h index 85f8604991..792e31fc02 100644 --- a/src/systemd/sd-journal.h +++ b/src/systemd/sd-journal.h @@ -35,7 +35,7 @@ extern "C" { #endif /* Write to daemon */ -int sd_journal_print(int piority, const char *format, ...) __attribute__ ((format (printf, 2, 3))); +int sd_journal_print(int priority, const char *format, ...) __attribute__ ((format (printf, 2, 3))); int sd_journal_printv(int priority, const char *format, va_list ap); int sd_journal_send(const char *format, ...) __attribute__((sentinel)); int sd_journal_sendv(const struct iovec *iov, int n); |