From 78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Sat, 16 Mar 2024 01:25:52 +0900 Subject: all: Typo fixes --- modules/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/config.go b/modules/config.go index abb938ac0..2f1168d3a 100644 --- a/modules/config.go +++ b/modules/config.go @@ -270,7 +270,7 @@ type Config struct { // When enabled, we will pick the vendored module closest to the module // using it. - // The default behaviour is to pick the first. + // The default behavior is to pick the first. // Note that there can still be only one dependency of a given module path, // so once it is in use it cannot be redefined. VendorClosest bool -- cgit v1.2.3