From af3f6c4655f2ffd58bd117da52daa92236b43197 Mon Sep 17 00:00:00 2001 From: ghettoeinstein Date: Sat, 6 Feb 2016 09:27:05 -0800 Subject: [PATCH] Update msu_finder.rb Corrected spelling of "script" --- tools/exploit/msu_finder.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/exploit/msu_finder.rb b/tools/exploit/msu_finder.rb index b6d510e1dc..dbefc95b26 100755 --- a/tools/exploit/msu_finder.rb +++ b/tools/exploit/msu_finder.rb @@ -2,7 +2,7 @@ ### # -# This sceript will enumerate download links for Microsoft patches. +# This script will enumerate download links for Microsoft patches. # # Author: # * sinn3r @@ -768,4 +768,4 @@ TODO: * Make a gem * Make it generic in order to manage different kind of patches and providers * Multithreading -=end \ No newline at end of file +=end