diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-06-23 11:58:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-06-23 11:58:35 +0200 |
commit | 43e329f4cf9c175960154e395556eca23c170a75 (patch) | |
tree | 588541396ef0d45d60d44fb49634cc62b110cc97 /common/session | |
parent | 770c24812b6823d48bbea2f03942221d1aed964c (diff) |
Fix typo in comment
Diffstat (limited to 'common/session')
-rw-r--r-- | common/session/custom/session.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/session/custom/session.hxx b/common/session/custom/session.hxx index 6de140e..1ebf452 100644 --- a/common/session/custom/session.hxx +++ b/common/session/custom/session.hxx @@ -51,7 +51,7 @@ private: virtual ~object_map_base () {} - // Return true we flushed anything. + // Return true if we flushed anything. // virtual bool flush (odb::database&) = 0; |