[gnome-builder] io: Fix typos in ide-content-type.c



commit d77d66c7bd2b1686ed78edfa306cc3241a0f5c8d
Author: vanadiae <vanadiae35 gmail com>
Date:   Wed Dec 30 19:07:35 2020 +0100

    io: Fix typos in ide-content-type.c

 src/libide/io/ide-content-type.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libide/io/ide-content-type.c b/src/libide/io/ide-content-type.c
index ab65bc2bc..b1d545fd5 100644
--- a/src/libide/io/ide-content-type.c
+++ b/src/libide/io/ide-content-type.c
@@ -62,7 +62,7 @@ ide_io_init_ctor (void)
   /*
    * This needs to be updated when we add icons for specific mime-types
    * because of how icon theme loading works (and it wanting to use
-   * Adwaita generic icons before our hicolor specific icons.
+   * Adwaita generic icons before our hicolor specific icons).
    */
 #define ADD_ICON(t, n, v) g_hash_table_insert (t, (gpointer)n, v ? (gpointer)v : (gpointer)n)
   ADD_ICON (bundled, "application-x-php-symbolic", NULL);
@@ -96,7 +96,7 @@ ide_io_init_ctor (void)
  * ide_g_content_type_get_symbolic_icon:
  * @content_type: the content-type to lookup
  *
- * This function is simmilar to g_content_type_get_symbolic_icon() except that
+ * This function is similar to g_content_type_get_symbolic_icon() except that
  * it takes our bundled icons into account to ensure that they are taken at a
  * higher priority than the fallbacks from the current icon theme such as
  * Adwaita.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]