public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* simple typo patch commited
@ 2001-01-12 10:31 matthew green
  2001-01-12 13:41 ` Ben Elliston
  0 siblings, 1 reply; 3+ messages in thread
From: matthew green @ 2001-01-12 10:31 UTC (permalink / raw)
  To: sid

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;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-01-12 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-12 10:31 simple typo patch commited matthew green
2001-01-12 13:41 ` Ben Elliston
2001-01-12 13:51   ` Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).