[cosmetics] Fix typo in debug output
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>
Tue, 19 Mar 2013 16:24:34 +0000 (17:24 +0100)
committerAdrian Knoth <adi@drcomp.erfurt.thur.de>
Tue, 19 Mar 2013 16:24:34 +0000 (17:24 +0100)
Found by Debian's automatic QA tool.

libs/pbd/boost_debug.cc

index 26c8188bdeb2356a594cb69115c3c6ac73ff2a00..1267e7d1682379d20d10726307b2faab581d271c 100644 (file)
@@ -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;
                        }
                }
        }