mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 02:47:52 +02:00
docs: Fix "occurred" typos in API documentation
This commit is contained in:
@@ -2216,7 +2216,7 @@ g_signal_chain_from_overridden_handler (gpointer instance,
|
||||
g_free (error);
|
||||
|
||||
/* we purposely leak the value here, it might not be
|
||||
* in a sane state if an error condition occoured
|
||||
* in a sane state if an error condition occurred
|
||||
*/
|
||||
while (i--)
|
||||
g_value_unset (param_values + i);
|
||||
@@ -3408,7 +3408,7 @@ g_signal_emit_valist (gpointer instance,
|
||||
g_free (error);
|
||||
|
||||
/* we purposely leak the value here, it might not be
|
||||
* in a sane state if an error condition occoured
|
||||
* in a sane state if an error condition occurred
|
||||
*/
|
||||
while (i--)
|
||||
g_value_unset (param_values + i);
|
||||
|
@@ -376,7 +376,7 @@ g_value_set_instance (GValue *value,
|
||||
g_free (error_msg);
|
||||
|
||||
/* we purposely leak the value here, it might not be
|
||||
* in a sane state if an error condition occoured
|
||||
* in a sane state if an error condition occurred
|
||||
*/
|
||||
value_meminit (value, g_type);
|
||||
value_table->value_init (value);
|
||||
@@ -440,7 +440,7 @@ g_value_init_from_instance (GValue *value,
|
||||
g_free (error_msg);
|
||||
|
||||
/* we purposely leak the value here, it might not be
|
||||
* in a sane state if an error condition occoured
|
||||
* in a sane state if an error condition occurred
|
||||
*/
|
||||
value_meminit (value, g_type);
|
||||
value_table->value_init (value);
|
||||
|
Reference in New Issue
Block a user