Correct obvious spelling typo in a comment.

This commit is contained in:
reed@reedloden.com 2007-08-25 18:55:07 -07:00
Родитель ddeb952e90
Коммит f20f9504a2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1755,7 +1755,7 @@ var gExtensionsViewController = {
// Update the view
setRestartMessage(aSelectedItem);
}
// Flush preferece change to disk
// Flush preference change to disk
gPref.QueryInterface(Components.interfaces.nsIPrefService)
.savePrefFile(null);