diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-10 19:36:14 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-10 19:36:14 -0500 |
commit | 713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e (patch) | |
tree | 06480f2d8094f99cb1ff1e73f68a07d75f011028 /db/mork/src/morkStore.h | |
parent | 9ae2525b9a5a9ea59055a688706daa0b88e62acc (diff) | |
download | UXP-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/morkStore.h')
-rw-r--r-- | db/mork/src/morkStore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/mork/src/morkStore.h b/db/mork/src/morkStore.h index f0471ff15..fe548245e 100644 --- a/db/mork/src/morkStore.h +++ b/db/mork/src/morkStore.h @@ -412,7 +412,7 @@ public: // other port methods mdb_scope inRowScope, // row scope for row ids nsIMdbRow** acqRow) override; // create new row // Note this row must be added to some table or cell child before the - // store is closed in order to make this row persist across sesssions. + // store is closed in order to make this row persist across sessions. // } ----- end row methods ----- @@ -645,7 +645,7 @@ public: // typing static void NilStoreFileError(morkEnv* ev); static void CannotAutoAssignAtomIdentityError(morkEnv* ev); -public: // store utilties +public: // store utilities morkAtom* YarnToAtom(morkEnv* ev, const mdbYarn* inYarn, bool createIfMissing = true); morkAtom* AddAlias(morkEnv* ev, const morkMid& inMid, |