This is the mail archive of the sid@sources.redhat.com mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

simple typo patch commited




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;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]