1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 03:25:27 +03:00

journal: typo fix in sd-journal.h

This commit is contained in:
David Strauss 2012-06-26 12:25:11 +02:00 committed by Lennart Poettering
parent af6da548aa
commit e911672372

View File

@ -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);