summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-11-06 09:22:29 +0000
committerRichard Hughes <richard@hughsie.com>2008-11-06 09:22:29 +0000
commit64ba0f878d48cfd2f9b5b70d76f8b6e33dc810b8 (patch)
tree569ee16f3246c80004b92ce6b6ff71c7af477e70
parent031189f1519abe7c53029c60562c91fa20720a02 (diff)
trivial: egg update
-rw-r--r--src/egg-debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg-debug.c b/src/egg-debug.c
index abe5415..f18a5d1 100644
--- a/src/egg-debug.c
+++ b/src/egg-debug.c
@@ -146,7 +146,7 @@ pk_print_line (const gchar *func, const gchar *file, const int line, const gchar
pk_set_console_mode (CONSOLE_GREEN);
printf ("%s\n", header);
- /* different colours according to the severity */
+ /* different colors according to the severity */
pk_set_console_mode (color);
printf (" - %s\n", buffer);
pk_set_console_mode (CONSOLE_RESET);