1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Description: fix spelling errors.
Author: Boris Pek <tehnick-8@mail.ru>
Last-Update: 2012-06-20
--- a/libvisual/lv_error.c
+++ b/libvisual/lv_error.c
@@ -106,7 +106,7 @@
[VISUAL_ERROR_MORPH_NULL] = N_("VisMorph is NULL"),
[VISUAL_ERROR_MORPH_PLUGIN_NULL] = N_("VisMorph it's plugin is NULL"),
- [VISUAL_ERROR_OS_SCHED] = N_("The scheduler related call wasn't succesful."),
+ [VISUAL_ERROR_OS_SCHED] = N_("The scheduler related call wasn't successful."),
[VISUAL_ERROR_OS_SCHED_NOT_SUPPORTED] = N_("Scheduler operations are not supported on the platform."),
[VISUAL_ERROR_PALETTE_NULL] = N_("VisPalette is NULL"),
--- a/libvisual/lv_error.h
+++ b/libvisual/lv_error.h
@@ -127,7 +127,7 @@
VISUAL_ERROR_MORPH_PLUGIN_NULL, /**< The VisMorphPlugin is NULL. */
/* Error entries for the VisOS system */
- VISUAL_ERROR_OS_SCHED, /**< The scheduler related call wasn't succesful. */
+ VISUAL_ERROR_OS_SCHED, /**< The scheduler related call wasn't successful. */
VISUAL_ERROR_OS_SCHED_NOT_SUPPORTED, /**< Scheduler operations are not supported on the platform. */
/* Error entries for the VisPalette system */
--- a/po/es_AR.po
+++ b/po/es_AR.po
@@ -430,7 +430,7 @@
msgstr ""
#: libvisual/lv_error.c:109
-msgid "The scheduler related call wasn't succesful."
+msgid "The scheduler related call wasn't successful."
msgstr ""
#: libvisual/lv_error.c:110
--- a/po/es_ES.po
+++ b/po/es_ES.po
@@ -430,7 +430,7 @@
msgstr ""
#: libvisual/lv_error.c:109
-msgid "The scheduler related call wasn't succesful."
+msgid "The scheduler related call wasn't successful."
msgstr ""
#: libvisual/lv_error.c:110
--- a/po/libvisual-0.4.pot
+++ b/po/libvisual-0.4.pot
@@ -416,7 +416,7 @@
msgstr ""
#: libvisual/lv_error.c:109
-msgid "The scheduler related call wasn't succesful."
+msgid "The scheduler related call wasn't successful."
msgstr ""
#: libvisual/lv_error.c:110
|