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 59 60 61 62 63 64 65 66 67 68
|
Description: fix spelling errors.
Author: Boris Pek <tehnick-8@mail.ru>
Last-Update: 2012-06-20
Index: libvisual/libvisual/lv_error.c
===================================================================
--- libvisual.orig/libvisual/lv_error.c
+++ libvisual/libvisual/lv_error.c
@@ -106,7 +106,7 @@ static const char *__lv_error_human_read
[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"),
Index: libvisual/libvisual/lv_error.h
===================================================================
--- libvisual.orig/libvisual/lv_error.h
+++ libvisual/libvisual/lv_error.h
@@ -127,7 +127,7 @@ enum {
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 */
Index: libvisual/po/es_AR.po
===================================================================
--- libvisual.orig/po/es_AR.po
+++ libvisual/po/es_AR.po
@@ -430,7 +430,7 @@ msgid "VisMorph it's plugin is NULL"
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
Index: libvisual/po/es_ES.po
===================================================================
--- libvisual.orig/po/es_ES.po
+++ libvisual/po/es_ES.po
@@ -430,7 +430,7 @@ msgid "VisMorph it's plugin is NULL"
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
Index: libvisual/po/libvisual-0.4.pot
===================================================================
--- libvisual.orig/po/libvisual-0.4.pot
+++ libvisual/po/libvisual-0.4.pot
@@ -416,7 +416,7 @@ msgid "VisMorph it's plugin is NULL"
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
|