From faa007c8274d786d070884834b080e47a7951fa9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 1 Feb 2014 12:09:14 -0500 Subject: [PATCH] Don't use computeroutput tag There was one occurrence of this. --- glib/gbacktrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gbacktrace.c b/glib/gbacktrace.c index 248e7a3ee..17ded63a5 100644 --- a/glib/gbacktrace.c +++ b/glib/gbacktrace.c @@ -96,7 +96,7 @@ volatile gboolean glib_on_error_halt = TRUE; * gdk_init() or gtk_init() has been called) * * Prompts the user with - * [E]xit, [H]alt, show [S]tack trace or [P]roceed. + * [E]xit, [H]alt, show [S]tack trace or [P]roceed. * This function is intended to be used for debugging use only. * The following example shows how it can be used together with * the g_log() functions.