Skip to content

Commit 894b2ea

Browse files
committed
pkg/usrlocalsharelima: fix a typo (preserve -> reserve)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 6c1d2f7 commit 894b2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/usrlocalsharelima/usrlocalsharelima.go

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

0 commit comments

Comments
 (0)