summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2026-06-29 15:58:23 +0100
committerGitHub <noreply@github.com>2026-06-29 15:58:23 +0100
commit772ccb06548fb1a65d8623ea545facb0bcabb97c (patch)
tree1b0c279456eeae262fa5815cff7045523bc4c166 /scripts
parent4a888ac808c29323d3adb3862d908e7cb2bfc592 (diff)
parent094928ba02bbabf3807ebe8f5ae77b957435d288 (diff)
downloadvyos-1x-772ccb06548fb1a65d8623ea545facb0bcabb97c.tar.gz
vyos-1x-772ccb06548fb1a65d8623ea545facb0bcabb97c.zip
Merge pull request #5298 from vyos/ci/T8490-typos-vyos-1x
ci: T8490: fix typos in comments, strings, and local identifiers
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-command-op-templates2
-rwxr-xr-xscripts/build-command-templates2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-command-op-templates b/scripts/build-command-op-templates
index 94bbd1d07..300501361 100755
--- a/scripts/build-command-op-templates
+++ b/scripts/build-command-op-templates
@@ -72,7 +72,7 @@ except Exception as e:
sys.exit(1)
if not os.access(output_dir, os.W_OK):
- print(f"The output directory {output_dir} is not writeable")
+ print(f"The output directory {output_dir} is not writable")
sys.exit(1)
## If we got this far, everything must be ok and we can convert the file
diff --git a/scripts/build-command-templates b/scripts/build-command-templates
index 9e5576e6d..c78827241 100755
--- a/scripts/build-command-templates
+++ b/scripts/build-command-templates
@@ -76,7 +76,7 @@ except Exception as e:
sys.exit(1)
if not os.access(output_dir, os.W_OK):
- print("The output directory {0} is not writeable".format(output_dir))
+ print("The output directory {0} is not writable".format(output_dir))
sys.exit(1)
## If we got this far, everything must be ok and we can convert the file