Fix a typo in the PidginNotifiableInterface struct

Mon, 10 Jun 2024 20:33:13 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 10 Jun 2024 20:33:13 -0500
changeset 42789
497c03200a99
parent 42788
33f25c732a0b
child 42790
b8ced4292cff

Fix a typo in the PidginNotifiableInterface struct

Testing Done:
Ran the turtles.

Reviewed at https://reviews.imfreedom.org/r/3251/

pidgin/pidginnotifiable.h file | annotate | diff | comparison | revisions
--- 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];
 };
 
 /**

mercurial