[gitg] Fix typo



commit cfea5c96d940abe23e60eed0ebb18633063fc0c0
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon May 31 09:21:48 2010 +0200

    Fix typo

 libgitg/gitg-i18n.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgitg/gitg-i18n.h b/libgitg/gitg-i18n.h
index 18ddc07..7b47ff6 100644
--- a/libgitg/gitg-i18n.h
+++ b/libgitg/gitg-i18n.h
@@ -23,8 +23,8 @@
  * This is a modified version of gtksourceview-i18n.h
  */
 
-#ifndef __PEAS_18N_H__
-#define __PEAS_18N_H__
+#ifndef __GITG_18N_H__
+#define __GITG_18N_H__
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
@@ -68,4 +68,4 @@ const gchar *_gitg_gettext (const char *msgid) G_GNUC_FORMAT(1);
 
 G_END_DECLS
 
-#endif /* __PEAS_I18N_H__ */
+#endif /* __GITG_I18N_H__ */



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