From c1b4f6e25f3c7594dcbcf7f5d95a5f89087f14b0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Sep 2012 17:14:44 +0200 Subject: Fix typo --- odb/odb.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- cgit v1.1