author | zecke <zecke> | 2004-05-21 00:59:53 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-05-21 00:59:53 (UTC) |
commit | e20a6a2d3be99bdeaf3861f3aed7923e04b7ba04 (patch) (unidiff) | |
tree | 11c8ea83e4a409ca3ea931ac0315f2f2413ac8d8 | |
parent | cc30786a9fa612bb6ad0d19d6564f7e432267f7a (diff) | |
download | opie-e20a6a2d3be99bdeaf3861f3aed7923e04b7ba04.zip opie-e20a6a2d3be99bdeaf3861f3aed7923e04b7ba04.tar.gz opie-e20a6a2d3be99bdeaf3861f3aed7923e04b7ba04.tar.bz2 |
Fix comment
s/plugins/template
-rw-r--r-- | libopie2/opiepim/core/opimaccesstemplate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opiepim/core/opimaccesstemplate.h b/libopie2/opiepim/core/opimaccesstemplate.h index d4c5fbb..e438980 100644 --- a/libopie2/opiepim/core/opimaccesstemplate.h +++ b/libopie2/opiepim/core/opimaccesstemplate.h | |||
@@ -48,7 +48,7 @@ class OPimAccessTemplatePrivate; | |||
48 | * interface or you want to implement | 48 | * interface or you want to implement |
49 | * your own Access lib | 49 | * your own Access lib |
50 | * Just create a OPimRecord and inherit from | 50 | * Just create a OPimRecord and inherit from |
51 | * the plugins | 51 | * the templates |
52 | */ | 52 | */ |
53 | 53 | ||
54 | template <class T = OPimRecord > | 54 | template <class T = OPimRecord > |