Skip to content

Commit 35533cd

Browse files
committed
Another Typo
1 parent 2002697 commit 35533cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/db_manager/http/servlet/credential_servlet.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def self.api_path
66

77
def self.registered(app)
88
app.get LootServlet.api_path, &get_credentials
9-
app.post LootServlet.api_path, &create_credentail
9+
app.post LootServlet.api_path, &create_credential
1010
end
1111

1212
#######

0 commit comments

Comments
 (0)