From dbb2a46a6ddba05cc5f71f735a6049b830eeda0d Mon Sep 17 00:00:00 2001 From: Peter Clifton Date: Tue, 25 Dec 2007 22:58:28 +0000 Subject: [PATCH] Fix spelling mistake in libgeda --- libgeda/po/nl_NL.po | 9 +-------- libgeda/src/o_pin_basic.c | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/libgeda/po/nl_NL.po b/libgeda/po/nl_NL.po index 6a7c1b7a5..cebc200a2 100644 --- a/libgeda/po/nl_NL.po +++ b/libgeda/po/nl_NL.po @@ -571,6 +571,7 @@ msgid "ERROR: o_picture_save: unable to encode the picture.\n" msgstr "FOUT: o_picture_save: kan de afbeelding niet coderen.\n" #: ../src/o_pin_basic.c:141 +#: ../src/o_pin_basic.c:143 #, c-format msgid "" "Found a pin which did not have the whichone field set.\n" @@ -579,14 +580,6 @@ msgstr "" "Pen die geen whichone veld ingesteld heeft gevonden.\n" "Verifieer en corigeer handmatig.\n" -#: ../src/o_pin_basic.c:143 -msgid "" -"Found a pin which did not have the whichone field set.\n" -"Verify and correct manully.\n" -msgstr "" -"Pen die geen whichone veld ingesteld heeft gevonden.\n" -"Verifieer en corigeer handmatig.\n" - #: ../src/o_pin_basic.c:147 #: ../src/o_pin_basic.c:149 #, c-format diff --git a/libgeda/src/o_pin_basic.c b/libgeda/src/o_pin_basic.c index 49cc8a375..c59de6d09 100644 --- a/libgeda/src/o_pin_basic.c +++ b/libgeda/src/o_pin_basic.c @@ -141,7 +141,7 @@ OBJECT *o_pin_read(TOPLEVEL *toplevel, OBJECT *object_list, char buf[], _("Found a pin which did not have the whichone field set.\n" "Verify and correct manually.\n")); s_log_message(_("Found a pin which did not have the whichone field set.\n" - "Verify and correct manully.\n")); + "Verify and correct manually.\n")); } else if (whichend < -1 || whichend > 1) { fprintf(stderr, _("Found an invalid whichend on a pin (reseting to zero): %d\n"), -- 2.11.4.GIT