Skip to content

Commit c526c6f

Browse files
authored
pref: fix typo in pref.v (#19624)
1 parent 34cf522 commit c526c6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vlib/v/pref/pref.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pub mut:
227227
skip_unused bool // skip generating C code for functions, that are not used
228228
//
229229
use_color ColorOutput // whether the warnings/errors should use ANSI color escapes.
230-
cleanup_files []string // list of temporary *.tmp.c and *.tmp.c.rsp files. Cleaned up on successfull builds.
230+
cleanup_files []string // list of temporary *.tmp.c and *.tmp.c.rsp files. Cleaned up on successful builds.
231231
build_options []string // list of options, that should be passed down to `build-module`, if needed for -usecache
232232
cache_manager vcache.CacheManager
233233
gc_mode GarbageCollectionMode = .unknown // .no_gc, .boehm, .boehm_leak, ...

0 commit comments

Comments
 (0)