mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
Fix typos
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ module BeEF
|
||||
#
|
||||
def register(owner, clss, method, params = [])
|
||||
unless verify_api_path(clss, method)
|
||||
print_error "API Registrar: Attempted to register non-existant API method #{clss} :#{method}"
|
||||
print_error "API Registrar: Attempted to register non-existent API method #{clss} :#{method}"
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user