]> git.ipfire.org Git - pakfire.git/commitdiff
Fix typo in comment
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Jun 2019 23:35:41 +0000 (00:35 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Jun 2019 23:35:41 +0000 (00:35 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/pakfire.c

index 3a14029b87fbf1f6148e995b5aa3d501b2d69708..40985aa791c8f300505a2f9f29237c8169f68dc7 100644 (file)
@@ -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");