Bug 1639613 - Pre: Fix potential typo: lastUsed -> lastused. r=mhowell

It's not 100% clear that this has any effect -- it might be that the
string is case insensitive -- but in any case let's keep our source
code uniform.

Differential Revision: https://phabricator.services.mozilla.com/D94774
This commit is contained in:
Nick Alexander 2020-10-26 20:45:30 +00:00
Родитель 6dc70d257e
Коммит 4d456498df
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -251,7 +251,7 @@ Function un.UninstallServiceIfNotUsed
; Restore back the registry view ; Restore back the registry view
${If} ${RunningX64} ${If} ${RunningX64}
${OrIf} ${IsNativeARM64} ${OrIf} ${IsNativeARM64}
SetRegView lastUsed SetRegView lastused
${EndIf} ${EndIf}
${If} $0 == 0 ${If} $0 == 0