aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-20 17:14:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-20 17:14:44 +0200
commitc1b4f6e25f3c7594dcbcf7f5d95a5f89087f14b0 (patch)
tree81fbc21ed61c3cfb0c01297e17a058689b7b451d
parent76088fe3dfdf541281942b43cb72b021b6fd2ee3 (diff)
Fix typo
-rw-r--r--odb/odb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/odb.cxx b/odb/odb.cxx
index 4f48359..e18feeb 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -1138,7 +1138,7 @@ profile_paths (strings const& sargs, char const* name)
if (!wait_process (pi, name))
{
// Things didn't go well and ss should contain the diagnostics.
- // In case it is empty, issue our won.
+ // In case it is empty, issue our own.
//
if (!ss.str ().empty ())
cerr << ss.rdbuf ();