libmalcontent: Fix a minor typo in a comment
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
c9d5713f83
commit
5f2d4046ea
|
@ -298,7 +298,7 @@ bus_remote_error_matches (const GError *error,
|
||||||
return g_str_equal (error_name, expected_error_name);
|
return g_str_equal (error_name, expected_error_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Convert a #GDBusError into a #MctAppFilter error. */
|
/* Convert a #GDBusError into a #MctAppFilterError. */
|
||||||
static GError *
|
static GError *
|
||||||
bus_error_to_app_filter_error (const GError *bus_error,
|
bus_error_to_app_filter_error (const GError *bus_error,
|
||||||
uid_t user_id)
|
uid_t user_id)
|
||||||
|
|
Loading…
Reference in New Issue