]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Correct a few spelling errors in user visible strings
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 5 Feb 2020 07:32:52 +0000 (08:32 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 5 Feb 2020 07:32:52 +0000 (08:32 +0100)
compiler/valacompiler.vala
doc/valac.1
libvaladoc/importer/girdocumentationimporter.vala
valadoc/doclets/gtkdoc/generator.vala

index 174baded7086afe45d57d91b3f19ebc8c1d21f21..3be65377b08b5b49c1b45fc94c55719bb33aadcd 100644 (file)
@@ -164,7 +164,7 @@ class Vala.Compiler {
                { "gresourcesdir", 0, 0, OptionArg.FILENAME_ARRAY, ref gresources_directories, "Look for resources in DIRECTORY", "DIRECTORY..." },
                { "enable-version-header", 0, 0, OptionArg.NONE, ref enable_version_header, "Write vala build version in generated files", null },
                { "disable-version-header", 0, 0, OptionArg.NONE, ref disable_version_header, "Do not write vala build version in generated files", null },
-               { "run-args", 0, 0, OptionArg.STRING, ref run_args, "Arguments passed to directly compiled executeable", null },
+               { "run-args", 0, 0, OptionArg.STRING, ref run_args, "Arguments passed to directly compiled executable", null },
                { "abi-stability", 0, 0, OptionArg.NONE, ref abi_stability, "Enable support for ABI stability", null },
                { OPTION_REMAINING, 0, 0, OptionArg.FILENAME_ARRAY, ref sources, null, "FILE..." },
                { null }
index af79ec3c304d4ed8b65e7c9472e791b51863f52c..5c2706187e0c29d0b7edcd1c434d3bf484c64d18 100644 (file)
@@ -207,7 +207,7 @@ Write vala build version in generated files
 Do not write vala build version in generated files
 .TP
 \fB\-\-run\-args\fR
-Arguments passed to directly compiled executeable
+Arguments passed to directly compiled executable
 .TP
 \fB\-\-abi\-stability\fR
 Enable support for ABI stability
index 57c87bb7d3972db7f5170222529edd66db119a65..dac87ac20cd2731ec4ffcd12ed630c8d099180eb 100644 (file)
@@ -487,7 +487,7 @@ public class Valadoc.Importer.GirDocumentationImporter : DocumentationImporter {
                        if (length != null) {
                                array_length_pos = int.parse (length);
                                if (array_length_pos < 0) {
-                                       warning ("invalid array lenght position");
+                                       warning ("invalid array length position");
                                }
                        }
 
index 365865d71cf3c4cfbd83071d88502ccb29c53905..2f929ccafc15bd1fe1075b15d0567d130610dba9 100644 (file)
@@ -716,7 +716,7 @@ It is important that your <link linkend="GValue"><type>GValue</type></link> hold
                if (edomain != null) {
                        if (param_header == null) {
                                add_custom_header ("error",
-                                                                  "location to store the error occuring, or %NULL to ignore",
+                                                                  "location to store the error occurring, or %NULL to ignore",
                                                                   {"error-domains %s".printf (edomain.get_cname ())},
                                                                   double.MAX-1);
                        } else {
@@ -727,7 +727,7 @@ It is important that your <link linkend="GValue"><type>GValue</type></link> hold
                        }
                } else if (param_header == null) {
                        add_custom_header ("error",
-                                                          "location to store the error occuring, or %NULL to ignore",
+                                                          "location to store the error occurring, or %NULL to ignore",
                                                           null,
                                                           double.MAX - 1);
                }