Mon, 10 Jun 2024 20:33:13 -0500
Fix a typo in the PidginNotifiableInterface struct Testing Done: Ran the turtles. Reviewed at https://reviews.imfreedom.org/r/3251/
--- a/pidgin/pidginnotifiable.h Mon Jun 10 20:24:58 2024 -0500 +++ b/pidgin/pidginnotifiable.h Mon Jun 10 20:33:13 2024 -0500 @@ -65,7 +65,7 @@ GTypeInterface parent; /*< private >*/ - gpointer reservered[4]; + gpointer reserved[4]; }; /**