summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-02-05 08:32:52 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-02-05 08:32:52 +0100
commit16df768a3e44625b1b84f403520b5ccfb5759939 (patch)
tree70b33c4b18bbeb3dc688e4ef799ca48ffc6801cc /compiler
parent64e5fe2175a7bb96a8612ee2554c98649cc306fe (diff)
downloadvala-16df768a3e44625b1b84f403520b5ccfb5759939.tar.gz
Correct a few spelling errors in user visible strings
Diffstat (limited to 'compiler')
-rw-r--r--compiler/valacompiler.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala
index 174baded7..3be65377b 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -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 }