To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113958
User rene changed the following:
What |Old value |New value
================================================================================
Platform|Unknown |All
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Aug 18 09:50:33 +0000
2010 -------
diff --git a/cpputools/source/registercomponent/registercomponent.cxx
b/cpputools/source/registercomponent/registercomponent.cxx
--- a/cpputools/source/registercomponent/registercomponent.cxx
+++ b/cpputools/source/registercomponent/registercomponent.cxx
@@ -584,7 +584,7 @@
if ( ! _bSilent )
{
- fprintf(stderr, "register component '%s' in registry '%s'
succesful!\n", sUrl.getStr(), _sRegName.getStr());
+ fprintf(stderr, "register component '%s' in registry '%s'
successful!\n", sUrl.getStr(), _sRegName.getStr());
}
}
@@ -613,7 +613,7 @@
if (bRet)
{
if ( ! _bSilent )
- fprintf(stderr, "revoke component '%s' from registry '%s'
succesful!\n", sUrl.getStr(), _sRegName.getStr());
+ fprintf(stderr, "revoke component '%s' from registry '%s'
successful!\n", sUrl.getStr(), _sRegName.getStr());
}
else
{
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]