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

* Re: simple typo patch commited
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Elliston @ 2001-01-12 13:41 UTC (permalink / raw)
  To: matthew green; +Cc: sid

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

   	* compConfig.cxx (disconnect_bus): Fix typo in error message.

Is there any reason why this component shouldn't be gettextized?

Ben


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

* Re: simple typo patch commited
  2001-01-12 13:41 ` Ben Elliston
@ 2001-01-12 13:51   ` Frank Ch. Eigler
  0 siblings, 0 replies; 3+ messages in thread
From: Frank Ch. Eigler @ 2001-01-12 13:51 UTC (permalink / raw)
  To: Ben Elliston; +Cc: sid

Hi -

bje wrote:
: Is there any reason why this component shouldn't be gettextized?

The bigger question is whether to gettextize sid as a whole,
and if so, how.  (Keep in mind runtime loaded shared libraries.)

- FChE
-- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6X3xXVZbdDOm/ZT0RAvaCAJ4oc6wfsgfJGHIkMzWNu79wV5q5uACeMh2B
BdiauMxDemSpgo1mPACm2OM=
=PxEE
-----END PGP SIGNATURE-----

^ 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).