Skip to content

Commit c9084bd

Browse files
committed
Remove errant fullstops
1 parent 75c87fa commit c9084bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/msf/core/post/windows.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ module Msf::Post::Windows
921921
ERROR_INSTALL_NOTUSED = 0x0662
922922
ERROR_PATCH_PACKAGE_OPEN_FAILED = 0x0663
923923
ERROR_PATCH_PACKAGE_INVALID = 0x0664
924-
ERROR_PATCH_PACKAGE_UNSUPPORTED. = 0x0665
924+
ERROR_PATCH_PACKAGE_UNSUPPORTED = 0x0665
925925
ERROR_PRODUCT_VERSION = 0x0666
926926
ERROR_INVALID_COMMAND_LINE = 0x0667
927927
ERROR_INSTALL_REMOTE_DISALLOWED = 0x0668
@@ -1912,7 +1912,7 @@ module Msf::Post::Windows
19121912
ERROR_DS_LOOKUP_FAILURE = 0x214C
19131913
ERROR_DS_COULDNT_UPDATE_SPNS = 0x214D
19141914
ERROR_DS_CANT_RETRIEVE_SD = 0x214E
1915-
ERROR_DS_KEY_NOT_UNIQUE. = 0x214F
1915+
ERROR_DS_KEY_NOT_UNIQUE = 0x214F
19161916
ERROR_DS_WRONG_LINKED_ATT_SYNTAX = 0x2150
19171917
ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD = 0x2151
19181918
ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY = 0x2152

0 commit comments

Comments
 (0)