[anjuta] am-project: Fix typos overwritting -> overwriting



commit 0512e908086c0ecf6521541ffbf9205662e261fa
Author: Sebastian Rasmussen <sebras gmail com>
Date:   Fri Mar 6 22:56:22 2015 +0100

    am-project: Fix typos overwritting -> overwriting
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=745763

 plugins/am-project/am-properties.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/plugins/am-project/am-properties.c b/plugins/am-project/am-properties.c
index 7de2aeb..556b0ca 100644
--- a/plugins/am-project/am-properties.c
+++ b/plugins/am-project/am-properties.c
@@ -473,7 +473,7 @@ static AmpPropertyInfo AmpTargetNodeProperties[] = {
                N_("Do not use prefix:"),
                        ANJUTA_PROJECT_PROPERTY_BOOLEAN,
                        ANJUTA_PROJECT_PROPERTY_READ_ONLY | ANJUTA_PROJECT_PROPERTY_STATIC,
-                       N_("Do not rename the target with an optional prefix, used to avoid overwritting 
system program. ")},
+                       N_("Do not rename the target with an optional prefix, used to avoid overwriting 
system program. ")},
                AM_TOKEN__PROGRAMS,     1, NULL,
                AM_PROPERTY_IN_MAKEFILE,
                "0"
@@ -648,7 +648,7 @@ static AmpPropertyInfo AmpProgramTargetProperties[] = {
                N_("Do not use prefix:"),
                        ANJUTA_PROJECT_PROPERTY_BOOLEAN,
                        ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
-                       N_("Do not rename the target with an optional prefix, used to avoid overwritting 
system program. ")},
+                       N_("Do not rename the target with an optional prefix, used to avoid overwriting 
system program. ")},
                AM_TOKEN__PROGRAMS,     1, "notrans_",
                AM_PROPERTY_IN_MAKEFILE,
                "0"
@@ -823,7 +823,7 @@ static AmpPropertyInfo AmpLibraryTargetProperties[] = {
                N_("Do not use prefix:"),
                        ANJUTA_PROJECT_PROPERTY_BOOLEAN,
                        ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
-                       N_("Do not rename the target with an optional prefix, used to avoid overwritting 
system program. ")},
+                       N_("Do not rename the target with an optional prefix, used to avoid overwriting 
system program. ")},
                AM_TOKEN__PROGRAMS,     1, "notrans_",
                AM_PROPERTY_IN_MAKEFILE,
                "0"
@@ -999,7 +999,7 @@ static AmpPropertyInfo AmpModuleTargetProperties[] = {
                N_("Do not use prefix:"),
                        ANJUTA_PROJECT_PROPERTY_BOOLEAN,
                        ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
-                       N_("Do not rename the target with an optional prefix, used to avoid overwritting 
system program. ")},
+                       N_("Do not rename the target with an optional prefix, used to avoid overwriting 
system program. ")},
                AM_TOKEN__PROGRAMS,     1, "notrans_",
                AM_PROPERTY_IN_MAKEFILE,
                "0"
@@ -1036,7 +1036,7 @@ static AmpPropertyInfo AmpManTargetProperties[] = {
                N_("Do not use prefix:"),
                        ANJUTA_PROJECT_PROPERTY_BOOLEAN,
                        ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
-                       N_("Do not rename the target with an optional prefix, used to avoid overwritting 
system program. ")},
+                       N_("Do not rename the target with an optional prefix, used to avoid overwriting 
system program. ")},
                AM_TOKEN__PROGRAMS,     1, "notrans_",
                AM_PROPERTY_IN_MAKEFILE,
                "0"
@@ -1110,7 +1110,7 @@ static AmpPropertyInfo AmpDataTargetProperties[] = {
                N_("Do not use prefix:"),
                        ANJUTA_PROJECT_PROPERTY_BOOLEAN,
                        ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
-                       N_("Do not rename the target with an optional prefix, used to avoid overwritting 
system program. ")},
+                       N_("Do not rename the target with an optional prefix, used to avoid overwriting 
system program. ")},
                AM_TOKEN__PROGRAMS,     1, "notrans_",
                AM_PROPERTY_IN_MAKEFILE,
                "0"
@@ -1183,7 +1183,7 @@ static AmpPropertyInfo AmpScriptTargetProperties[] = {
                N_("Do not use prefix:"),
                        ANJUTA_PROJECT_PROPERTY_BOOLEAN,
                        ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
-                       N_("Do not rename the target with an optional prefix, used to avoid overwritting 
system program. ")},
+                       N_("Do not rename the target with an optional prefix, used to avoid overwriting 
system program. ")},
                AM_TOKEN__PROGRAMS,     1, "notrans_",
                AM_PROPERTY_IN_MAKEFILE
        },


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