From ad935cad3e69966a47b9fc429972677f76334c03 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 8 Nov 2023 17:46:49 +0900 Subject: [PATCH] tools: fix typo in vbuild-tools.v (#19797) --- cmd/tools/vbuild-tools.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tools/vbuild-tools.v b/cmd/tools/vbuild-tools.v index 4bf39de98f71a2..a417cd3c1c4b0c 100644 --- a/cmd/tools/vbuild-tools.v +++ b/cmd/tools/vbuild-tools.v @@ -15,7 +15,7 @@ const tools_in_subfolders = ['vast', 'vcreate', 'vdoc', 'vpm', 'vvet', 'vwhere'] // non_packaged_tools are tools that should not be packaged with // prebuild versions of V, to keep the size smaller. -// They are mainly usefull for the V project itself, not to end users. +// They are mainly useful for the V project itself, not to end users. const non_packaged_tools = ['gen1m', 'gen_vc', 'fast', 'wyhash'] fn main() {