Skip to content

Commit 16a40ee

Browse files
committed
pkg/usrlocal: fix a typo
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 532b05b commit 16a40ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/usrlocal/usrlocal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func LibexecLima() ([]string, error) {
195195
// candidate: /opt/homebrew/lib/lima
196196
//
197197
// Note that there is no /opt/homebrew/libexec directory,
198-
// as Homebrew preserves libexec for private use.
198+
// as Homebrew reserves libexec for private use.
199199
// https://github.com/lima-vm/lima/issues/4295#issuecomment-3490680651
200200
candidate = filepath.Join(prefix, "lib", "lima")
201201
if ents, err := os.ReadDir(candidate); err == nil && len(ents) > 0 {

0 commit comments

Comments
 (0)