Description: Correctly spell the word "associated". Author: Mike Gabriel --- a/doc/reference/libbamf/html/BamfTab.html +++ b/doc/reference/libbamf/html/BamfTab.html @@ -355,7 +355,7 @@

The “desktop-id” property

  “desktop-id”               gchar *
-

The Desktop ID assosciated with the application hosted in the remote Tab.

+

The Desktop ID associated with the application hosted in the remote Tab.

Flags: Read

Default value: NULL

--- a/lib/libbamf/bamf-tab.c +++ b/lib/libbamf/bamf-tab.c @@ -158,7 +158,7 @@ NULL, G_PARAM_READABLE); g_object_class_install_property (obj_class, PROP_LOCATION, pspec); - pspec = g_param_spec_string("desktop-id", "Desktop Name", "The Desktop ID assosciated with the application hosted in the remote Tab", + pspec = g_param_spec_string("desktop-id", "Desktop Name", "The Desktop ID associated with the application hosted in the remote Tab", NULL, G_PARAM_READABLE); g_object_class_install_property (obj_class, PROP_DESKTOP_ID, pspec);