[gnome-builder/wip/gtk4-port: 1500/1774] bug-buddy: fix codespell




commit a159e7113004c7a54cd17d9dcd0772783dca2288
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jun 14 11:09:28 2022 -0700

    bug-buddy: fix codespell

 src/bug-buddy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/bug-buddy.c b/src/bug-buddy.c
index 9c735b423..e8375fc0f 100644
--- a/src/bug-buddy.c
+++ b/src/bug-buddy.c
@@ -66,7 +66,7 @@ bug_buddy_init (void)
    * Everything needs to be prepared at startup so that we can avoid using
    * any malloc, locks, etc in our SIGSEGV handler. So we'll find gdb right
    * now and stash the location for later. If it disappears during runtime,
-   * that's fine, we just wont be able to invoke gdb.
+   * that's fine, we just won't be able to invoke gdb.
    */
 
   gdb_path = g_find_program_in_path ("gdb");


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