aboutsummaryrefslogtreecommitdiff
path: root/boost/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'boost/driver.cxx')
-rw-r--r--boost/driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/driver.cxx b/boost/driver.cxx
index 99ce69a..2ccaf87 100644
--- a/boost/driver.cxx
+++ b/boost/driver.cxx
@@ -43,8 +43,8 @@ main (int argc, char* argv[])
john->emails ().insert ("john_d@example.com");
john->emails ().insert ("john.doe@example.com");
- jane->emails ().insert ("jane_s@example.com");
- jane->emails ().insert ("jane.smith@example.com");
+ jane->emails ().insert ("jane_d@example.com");
+ jane->emails ().insert ("jane.doe@example.com");
// Set the inverse side of the employee-employer relationship.
//