summaryrefslogtreecommitdiffstats
path: root/db/mork/src/morkTable.cpp
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-10 19:36:14 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-10 19:36:14 -0500
commit713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e (patch)
tree06480f2d8094f99cb1ff1e73f68a07d75f011028 /db/mork/src/morkTable.cpp
parent9ae2525b9a5a9ea59055a688706daa0b88e62acc (diff)
downloadUXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar
UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar.gz
UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar.lz
UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar.xz
UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.zip
Bug 1399756 - (More) Code clean-up: Style nits, typos and trailing spaces
Tag #1273
Diffstat (limited to 'db/mork/src/morkTable.cpp')
-rw-r--r--db/mork/src/morkTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mork/src/morkTable.cpp b/db/mork/src/morkTable.cpp
index aaa4bd50e..ba92f222c 100644
--- a/db/mork/src/morkTable.cpp
+++ b/db/mork/src/morkTable.cpp
@@ -797,7 +797,7 @@ morkTable::SetSearchSorting( // use this sorting in FindRowMatches()
// the column which is actually sorted by ioSorting. This method
// is most useful in conjunction with nsIMdbSorting::SetCompare(),
// because otherwise a caller would not be able to override the
- // comparison ordering method used during searchs. Note that some
+ // comparison ordering method used during searches. Note that some
// database implementations might be unable to use an arbitrarily
// specified sort order, either due to schema or runtime interface
// constraints, in which case ioSorting might not actually be used.