summaryrefslogtreecommitdiff
path: root/onlineupdate/source/update/updater/nsWindowsRestart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/update/updater/nsWindowsRestart.cxx')
-rw-r--r--onlineupdate/source/update/updater/nsWindowsRestart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/source/update/updater/nsWindowsRestart.cxx b/onlineupdate/source/update/updater/nsWindowsRestart.cxx
index 27fe249e429f..fff40808af1b 100644
--- a/onlineupdate/source/update/updater/nsWindowsRestart.cxx
+++ b/onlineupdate/source/update/updater/nsWindowsRestart.cxx
@@ -310,7 +310,7 @@ static int ArgStrLen(const wchar_t *s)
BOOL addDoubleQuotes = wcspbrk(s, L" \t") != nullptr;
if (addDoubleQuotes) {
- i += 2; // initial and final duoblequote
+ i += 2; // initial and final doublequote
}
if (hasDoubleQuote) {