diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/webcam.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/webcam.rb index d1c6b8af39..fcd5da3865 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/webcam.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/webcam.rb @@ -40,7 +40,7 @@ class Console::CommandDispatcher::Stdapi::Webcam } return true rescue - print_error("No webcams where found") + print_error("No webcams were found") return false end end