Merge pull request #718 from nexushoratio/proofreading

Fix a number of typos in comments and site content
This commit is contained in:
Jon Atkins
2014-01-05 14:04:44 -08:00
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;
}