# HG changeset patch # User Elliott Sales de Andrade # Date 1666771614 18000 # Node ID 4321441729ba22f71a2b7c2da15a24eff0340ccd # Parent fe350460fb1c445e6ebce13094fdd28b7943022e Fix argument name in a doc comment Testing Done: Compiled with one less warning in gir build. Reviewed at https://reviews.imfreedom.org/r/1976/ diff -r fe350460fb1c -r 4321441729ba libpurple/purplenotification.h --- a/libpurple/purplenotification.h Wed Oct 26 02:58:05 2022 -0500 +++ b/libpurple/purplenotification.h Wed Oct 26 03:06:54 2022 -0500 @@ -112,10 +112,10 @@ /** * purple_notification_new_from_connection_error: * @account: The [class@Purple.Account] that had the connection error. - * @error_info: The [struct@Purple.ConnectionErrorInfo] for the error. + * @info: The [struct@Purple.ConnectionErrorInfo] for the error. * - * Creates a new [class@Purple.Notification] for @account with the @error_info - * for the connection. This helper will automatically fill out the notification + * Creates a new [class@Purple.Notification] for @account with the @info for + * the connection. This helper will automatically fill out the notification * according to the given parameters. * * Returns: (transfer full): The new notification.