From 5f2d4046eac2b69a36035cb3bb4b33cb1e7d6567 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 6 Dec 2019 16:44:24 +0000 Subject: [PATCH] libmalcontent: Fix a minor typo in a comment Signed-off-by: Philip Withnall --- libmalcontent/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmalcontent/manager.c b/libmalcontent/manager.c index 5f9c76b..57bf78c 100644 --- a/libmalcontent/manager.c +++ b/libmalcontent/manager.c @@ -298,7 +298,7 @@ bus_remote_error_matches (const GError *error, return g_str_equal (error_name, expected_error_name); } -/* Convert a #GDBusError into a #MctAppFilter error. */ +/* Convert a #GDBusError into a #MctAppFilterError. */ static GError * bus_error_to_app_filter_error (const GError *bus_error, uid_t user_id)