From: Michael Tremer Date: Mon, 10 Jun 2019 23:35:41 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: 0.9.28~1285^2~946 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da671acb2ef5a3e11d9aa05476717b8fa0108c94;p=pakfire.git Fix typo in comment Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/pakfire.c b/src/libpakfire/pakfire.c index 3a14029b8..40985aa79 100644 --- a/src/libpakfire/pakfire.c +++ b/src/libpakfire/pakfire.c @@ -95,7 +95,7 @@ PAKFIRE_EXPORT Pakfire pakfire_create(const char* path, const char* arch) { arch = system_machine(); pakfire->arch = pakfire_strdup(arch); - // Setup loggiing + // Setup logging pakfire->log_function = pakfire_log_syslog; const char* env = secure_getenv("PAKFIRE_LOG");