[gnome-builder] bug-buddy: fix typo



commit d24ae4ec285d91eb30087b1c830d61314498dcb3
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jul 11 15:55:24 2022 -0700

    bug-buddy: fix typo

 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]