No bug - typo fix: curent > current. DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D85002
This commit is contained in:
Sebastian Hengst 2020-07-27 15:49:08 +00:00
Родитель f738addde8
Коммит fb6824541f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1524,7 +1524,7 @@ nsresult nsStandardURL::SetSpecWithEncoding(const nsACString& input,
return NS_ERROR_MALFORMED_URI;
}
// Make a backup of the curent URL
// Make a backup of the current URL
nsStandardURL prevURL(false, false);
prevURL.CopyMembers(this, eHonorRef, EmptyCString());
Clear();