[gnome-builder] Fix a typo
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Fix a typo
- Date: Sat, 29 Aug 2015 02:35:54 +0000 (UTC)
commit a75d9cac82eede10de2c5de4bdef3c262069bbf3
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Aug 28 21:35:10 2015 -0500
Fix a typo
libide/ide-debug.h.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-debug.h.in b/libide/ide-debug.h.in
index eec2f4e..e506904 100644
--- a/libide/ide-debug.h.in
+++ b/libide/ide-debug.h.in
@@ -78,7 +78,7 @@ G_BEGIN_DECLS
#define _IDE_BUG(Component, Description, File, Line, Func, ...) \
G_STMT_START { \
g_printerr ("-----------------------------------------------------------------\n"); \
- g_printerr ("You've found a bug in Builder or one of it's dependent libraries.\n"); \
+ g_printerr ("You've found a bug in Builder or one of its dependent libraries.\n"); \
g_printerr ("Please help us help you by filing a bug report at:\n"); \
g_printerr ("\n"); \
g_printerr ("@BUGREPORT_URL@&component=%s\n", Component); \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]