From e911672372f606c613c8b48170368bd2fbcec55f Mon Sep 17 00:00:00 2001 From: David Strauss Date: Tue, 26 Jun 2012 12:25:11 +0200 Subject: [PATCH] journal: typo fix in sd-journal.h --- src/systemd/sd-journal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemd/sd-journal.h b/src/systemd/sd-journal.h index 85f860499..792e31fc0 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); -- 2.30.2