[anjuta] Typofix: Yac -> Yacc



commit 8ecf06986d8ccdc572a1d20ba6c18827e88b42d0
Author: Gabor Kelemen <kelemeng gnome hu>
Date:   Sun Mar 6 14:23:32 2011 +0100

    Typofix: Yac -> Yacc
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=644014

 plugins/am-project/am-properties.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/am-project/am-properties.c b/plugins/am-project/am-properties.c
index 8546d2a..435ed65 100644
--- a/plugins/am-project/am-properties.c
+++ b/plugins/am-project/am-properties.c
@@ -296,7 +296,7 @@ static AmpProperty AmpTargetNodeProperties[] = {
 		{N_("Yacc/Bison flags:"),
 			ANJUTA_PROJECT_PROPERTY_LIST,
 			ANJUTA_PROJECT_PROPERTY_READ_WRITE,
-			N_("Additional Yac or Bison parser generator flags for this target.")},
+			N_("Additional Yacc or Bison parser generator flags for this target.")},
 		AM_TOKEN_TARGET_YFLAGS,	0, 	"_YFLAGS",
 		AM_PROPERTY_IN_MAKEFILE
 	},
@@ -448,7 +448,7 @@ static AmpProperty AmpProgramTargetProperties[] = {
 		{N_("Yacc/Bison flags:"),
 			ANJUTA_PROJECT_PROPERTY_LIST,
 			ANJUTA_PROJECT_PROPERTY_READ_WRITE,
-			N_("Additional Yac or Bison parser generator flags for this target.")},
+			N_("Additional Yacc or Bison parser generator flags for this target.")},
 		AM_TOKEN_TARGET_YFLAGS,	0, 	"_YFLAGS",
 		AM_PROPERTY_IN_MAKEFILE
 	},
@@ -600,7 +600,7 @@ static AmpProperty AmpLibraryTargetProperties[] = {
 		{N_("Yacc/Bison flags:"),
 			ANJUTA_PROJECT_PROPERTY_LIST,
 			ANJUTA_PROJECT_PROPERTY_READ_WRITE,
-			N_("Additional Yac or Bison parser generator flags for this target.")},
+			N_("Additional Yacc or Bison parser generator flags for this target.")},
 		AM_TOKEN_TARGET_YFLAGS,	0, 	"_YFLAGS",
 		AM_PROPERTY_IN_MAKEFILE
 	},



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