Skip to content

Commit e3801c4

Browse files
authored
Fix typo in USB error message
1 parent b13d0f8 commit e3801c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/gather/usb_history.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run
8282
print_status(info_hash_to_str(out, v))
8383
end
8484
else
85-
print_error("No USB devices appear to have been connected to theis host.")
85+
print_error("No USB devices appear to have been connected to this host.")
8686
end
8787
end
8888

0 commit comments

Comments
 (0)