summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>2013-03-19 17:24:34 +0100
committerAdrian Knoth <adi@drcomp.erfurt.thur.de>2013-03-19 17:24:34 +0100
commit1e32454b36c95964ee7c5a9405fc46a8fa77dd16 (patch)
treef952c228be5ad03c7baace5eea9f111838094b93 /libs
parentc71e38101952a56c17d1e9031cf69be9cd420976 (diff)
[cosmetics] Fix typo in debug output
Found by Debian's automatic QA tool.
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd/boost_debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/boost_debug.cc b/libs/pbd/boost_debug.cc
index 26c8188bde..1267e7d168 100644
--- a/libs/pbd/boost_debug.cc
+++ b/libs/pbd/boost_debug.cc
@@ -200,7 +200,7 @@ boost_debug_shared_ptr_operator_equals (void const *sp, void const *old_obj, int
if (x != sptrs().end()) {
sptrs().erase (x);
if (debug_out) {
- cerr << "\tRemoved (by assigment) sp for " << old_obj << " @ " << sp << " UC = " << old_use_count << " (total sp's = " << sptrs().size() << ')' << endl;
+ cerr << "\tRemoved (by assignment) sp for " << old_obj << " @ " << sp << " UC = " << old_use_count << " (total sp's = " << sptrs().size() << ')' << endl;
}
}
}