Bug 1316374 - Fixed typo in uninstaller r?mhowell draft
authorAnthony Miyaguchi <amiyaguchi@mozilla.com>
Wed, 09 Nov 2016 10:19:35 -0800
changeset 436758 36fc26beaabcc30ce73a68bab0fa519ba587178d
parent 436738 336759fad4621dfcd0a3293840edbed67018accd
child 536426 56f601456859527e7c2b76a151d5b87e7a929734
push id35179
push userbmo:amiyaguchi@mozilla.com
push dateWed, 09 Nov 2016 18:22:33 +0000
reviewersmhowell
bugs1316374
milestone52.0a1
Bug 1316374 - Fixed typo in uninstaller r?mhowell MozReview-Commit-ID: 8Le7gaRNOyF
browser/installer/windows/nsis/uninstaller.nsi
--- a/browser/installer/windows/nsis/uninstaller.nsi
+++ b/browser/installer/windows/nsis/uninstaller.nsi
@@ -407,17 +407,17 @@ Section "Uninstall"
   ${EndIf}
   ${If} ${FileExists} "$INSTDIR\install.log"
     Delete /REBOOTOK "$INSTDIR\install.log"
   ${EndIf}
   ${If} ${FileExists} "$INSTDIR\update-settings.ini"
     Delete /REBOOTOK "$INSTDIR\update-settings.ini"
   ${EndIf}
 
-  ; Explictly remove empty webapprt dir in case it exists (bug 757978).
+  ; Explicitly remove empty webapprt dir in case it exists (bug 757978).
   RmDir "$INSTDIR\webapprt\components"
   RmDir "$INSTDIR\webapprt"
 
   ; Remove the installation directory if it is empty
   RmDir "$INSTDIR"
 
   ; If firefox.exe was successfully deleted yet we still need to restart to
   ; remove other files create a dummy firefox.exe.moz-delete to prevent the