aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-06 11:39:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-06 11:39:27 +0200
commit7d58675bad74a81489f77738fcccea9f5f20f41f (patch)
treec5a52e3a6e10c132a6f894f18fb12d2b981d8815
parentdb918b9b3dbe6df53d046e3561c07133cfc825e7 (diff)
Proofreading changes
-rw-r--r--README2
-rw-r--r--pimpl/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ec81e2c..8b26963 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ optimistic
pimpl
Shows how to use virtual data members to implement a persistent class that
- employes the pimpl C++ idiom.
+ employs the pimpl C++ idiom.
c++11
Shows how to use ODB with C++11.
diff --git a/pimpl/README b/pimpl/README
index 6c9f4b0..6460ebb 100644
--- a/pimpl/README
+++ b/pimpl/README
@@ -1,5 +1,5 @@
This example shows how to use virtual data members to implement a persistent
-class that employes the pimpl C++ idiom.
+class that employs the pimpl C++ idiom.
The example consists of the following files: