From mboxrd@z Thu Jan 1 00:00:00 1970 From: matthew green To: sid@sources.redhat.com Subject: simple typo patch commited Date: Fri, 12 Jan 2001 10:31:00 -0000 Message-id: <16981.979324262@cygnus.com> X-SW-Source: 2001-q1/msg00028.html FYI. 2001-01-13 matthew green * compConfig.cxx (disconnect_bus): Fix typo in error message. Index: compConfig.cxx =================================================================== RCS file: /cvs/cvsfiles/devo/sid/component/cfgroot/compConfig.cxx,v retrieving revision 1.74 diff -p -r1.74 compConfig.cxx *** compConfig.cxx 2000/12/01 16:32:36 1.74 --- compConfig.cxx 2001/01/12 18:30:03 *************** cfgroot_component::disconnect_bus(const *** 1039,1045 **** emit_error(string("component ") + c1 + string(" accessor ") + a1 + string(" not found ")); else if (s == component::bad_value) ! emit_error(string("could not unset componet ") + c1 + string(" accessor ") + a1); else if (s == component::ok && this->verbose_p) cout << "disconnected component " << c1 << " accessor " << a1 << " from component " << c2 << " bus " << b2 << endl; --- 1039,1045 ---- emit_error(string("component ") + c1 + string(" accessor ") + a1 + string(" not found ")); else if (s == component::bad_value) ! emit_error(string("could not unset component ") + c1 + string(" accessor ") + a1); else if (s == component::ok && this->verbose_p) cout << "disconnected component " << c1 << " accessor " << a1 << " from component " << c2 << " bus " << b2 << endl;