From 1517ab5d18f2f057c3f0d8c9b8444595eac71df5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sylvain=20Plantef=C3=A8ve?= Date: Sun, 28 Dec 2014 12:52:14 +0100 Subject: [PATCH] libsystemd: Fix minor typo in comment --- src/libsystemd/sd-bus/bus-error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsystemd/sd-bus/bus-error.c b/src/libsystemd/sd-bus/bus-error.c index 2955d9dd2..09800ec7d 100644 --- a/src/libsystemd/sd-bus/bus-error.c +++ b/src/libsystemd/sd-bus/bus-error.c @@ -265,7 +265,7 @@ int bus_error_setfv(sd_bus_error *e, const char *name, const char *format, va_li return -ENOMEM; } - /* Of we hit OOM on formatting the pretty message, we ignore + /* If we hit OOM on formatting the pretty message, we ignore * this, since we at least managed to write the error name */ if (format) (void) vasprintf((char**) &e->message, format, ap); -- 2.30.2