mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: fix typo in vbug.v (#13802)
This commit is contained in:
parent
a9837ba95d
commit
82120d02a8
@ -118,7 +118,7 @@ fn main() {
|
||||
build_output := get_v_build_output(is_verbose, is_yes, file_path)
|
||||
// ask the user if he wants to submit even after an error
|
||||
if !is_yes && (vdoctor_output == '' || file_content == '' || build_output == '') {
|
||||
confirm_or_exit('An error occured retrieving the information, do you want to continue?')
|
||||
confirm_or_exit('An error occurred retrieving the information, do you want to continue?')
|
||||
}
|
||||
|
||||
expected_result := readline.read_line('What did you expect to see? ') or {
|
||||
|
Loading…
Reference in New Issue
Block a user