libmalcontent: Fix a minor typo in a comment

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-12-06 16:44:24 +00:00
parent c9d5713f83
commit 5f2d4046ea
1 changed files with 1 additions and 1 deletions

View File

@ -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)