From 2f00ddbf690788b348fcbc0b556c026083ec8880 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 19 Jan 2026 19:12:22 +0000 Subject: build: T8194: fix a typo in the root privileges comment --- scripts/image-build/build-vyos-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/image-build/build-vyos-image b/scripts/image-build/build-vyos-image index 1ad862ee..94af48e0 100755 --- a/scripts/image-build/build-vyos-image +++ b/scripts/image-build/build-vyos-image @@ -81,7 +81,7 @@ def make_toml_path(dir, file_basename): def build(): - ## Check if the script is running wirh root permissions + ## Check if the script is running with root permissions ## Since live-build requires privileged calls such as chroot(), ## there's no real way around it. if os.getuid() != 0: -- cgit v1.2.3