diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:09:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:45:36 +0100 |
commit | b98ac7072499df72817cad553fd77d2d85ac1c08 (patch) | |
tree | 117f62089036c445c1ce1452d16c32388488d4e1 /ucb | |
parent | 800e09a3ce02417a52f8a1de261f1fc448dee590 (diff) |
Typo: trough->through
Change-Id: I5af784709df88492695d1ac9c9a5b020e909f362
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/bc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/bc.cxx b/ucb/source/ucp/file/bc.cxx index ac930844121a..b3102eac2737 100644 --- a/ucb/source/ucp/file/bc.cxx +++ b/ucb/source/ucp/file/bc.cxx @@ -957,7 +957,7 @@ BaseContent::setPropertyValues( ret[i] <<= e; } - // NameChanges come back trough a ContentEvent + // NameChanges come back through a ContentEvent break; // only handling Title } // end for |