diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-08-29 14:49:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-08-29 14:49:32 -0400 |
commit | 1b28408b8bfe282f671716a39bba3208d3fef39a (patch) | |
tree | c21b4b22e09c6872dffb809061086bb01fffa1cb /gobject/gvaluearray.c | |
parent | 5763c631473539746646697e6a775f6eacaa08e2 (diff) | |
download | glib-1b28408b8bfe282f671716a39bba3208d3fef39a.tar.gz glib-1b28408b8bfe282f671716a39bba3208d3fef39a.tar.bz2 glib-1b28408b8bfe282f671716a39bba3208d3fef39a.zip |
Spelling fixes
Spelling fixes in comments and docs, provided by
Kjartan Maraas in bug 657336.
Diffstat (limited to 'gobject/gvaluearray.c')
-rw-r--r-- | gobject/gvaluearray.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject/gvaluearray.c b/gobject/gvaluearray.c index 2f1028aa9..56d2707c9 100644 --- a/gobject/gvaluearray.c +++ b/gobject/gvaluearray.c @@ -294,7 +294,7 @@ g_value_array_remove (GValueArray *value_array, * @value_array: #GValueArray to sort * @compare_func: (scope call): function to compare elements * - * Sort @value_array using @compare_func to compare the elements accoring to + * Sort @value_array using @compare_func to compare the elements according to * the semantics of #GCompareFunc. * * The current implementation uses Quick-Sort as sorting algorithm. @@ -321,7 +321,7 @@ g_value_array_sort (GValueArray *value_array, * @compare_func: (scope call): function to compare elements * @user_data: (closure): extra data argument provided for @compare_func * - * Sort @value_array using @compare_func to compare the elements accoring + * Sort @value_array using @compare_func to compare the elements according * to the semantics of #GCompareDataFunc. * * The current implementation uses Quick-Sort as sorting algorithm. |