aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ();