simple typo patch commited

matthew green mrg@cygnus.com
Fri Jan 12 10:31:00 GMT 2001


FYI.



2001-01-13  matthew green  <mrg@redhat.com>

	* 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;


More information about the Sid mailing list