Fix a number of typos in comments and site content

This commit is contained in:
nexushoratio
2013-12-29 04:09:37 -08:00
parent be91809e84
commit 537eeef539
7 changed files with 7 additions and 7 deletions

View File

@ -150,7 +150,7 @@ window.plugin.portalslist.portalTable = function(sortBy, sortOrder, filter) {
} else if (aComp > bComp) {
retVal = 1;
} else {
// equal - compare GUIDs to ensure consistant (but arbitary) order
// equal - compare GUIDs to ensure consistent (but arbitrary) order
retVal = a.guid < b.guid ? -1 : 1;
}