diff options
author | Peter Powell <petpow@saberuk.com> | 2015-07-08 10:55:44 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-07-08 11:06:02 +0100 |
commit | 1666b1a8d8d629fd4ea89b083863dc217154eee9 (patch) | |
tree | b1e38d447c34fee25229945c2dd160b56683d026 /include/serialize.h | |
parent | 4362f53cc38177039d6f6b86565e73800e7b5390 (diff) |
Fix a ton of typos.
Diffstat (limited to 'include/serialize.h')
-rw-r--r-- | include/serialize.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/serialize.h b/include/serialize.h index f83c9bfd3..52efb46aa 100644 --- a/include/serialize.h +++ b/include/serialize.h @@ -65,9 +65,9 @@ class CoreExport Serializable : public virtual Base Serialize::Type *s_type; /* Iterator into serializable_items */ std::list<Serializable *>::iterator s_iter; - /* The hash of the last serialized form of this object commited to the database */ + /* The hash of the last serialized form of this object committed to the database */ size_t last_commit; - /* The last time this object was commited to the database */ + /* The last time this object was committed to the database */ time_t last_commit_time; protected: |