[systemd-devel] [PATCH] Typo

Lennart Poettering lennart at poettering.net
Tue Jun 26 03:26:26 PDT 2012


On Tue, 26.06.12 01:52, David Strauss (david at davidstrauss.net) wrote:

> diff --git a/src/systemd/sd-journal.h b/src/systemd/sd-journal.h
> index 85f8604..792e31f 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);

Thanks! Applied!

Lennart

-- 
Lennart Poettering - Red Hat, Inc.


More information about the systemd-devel mailing list