[Uml-devel] KDE
Frederik Schwarzer
schwarzerf at gmail.com
Sun Jan 25 05:57:27 UTC 2009
SVN commit 916343 by schwarzer:
typo
M +1 -1 kdeedu/kalgebra/analitza/tests/exptest.cpp
M +2 -2 kdegames/ksirk/ksirk/kgamewin.cpp
M +1 -1 kdelibs/kate/syntax/data/language.dtd
M +1 -1 kdelibs/kio/kio/krun.cpp
M +1 -1 kdelibs/kioslave/http/shoutcast-icecast.txt
M +1 -1 kdenetwork/kget/Changelog
M +2 -2 kdenetwork/kopete/libkopete/tests/kopetemessage.xsd
M +1 -1 kdenetwork/kopete/protocols/irc/libkirc/script/kircscriptmessage.cpp
M +1 -1 kdepimlibs/kcal/versit/vcc.c
M +1 -1 kdepimlibs/kcal/versit/vcc.y
M +1 -1 kdesdk/umbrello/umbrello/codegenerators/sql/postgresqlwriter.cpp
M +1 -1 kdewebdev/kxsldbg/ChangeLog
--- trunk/KDE/kdeedu/kalgebra/analitza/tests/exptest.cpp #916342:916343
@@ -119,7 +119,7 @@
QString fourX="<math><apply><plus /><ci>x</ci><ci>x</ci><ci>x</ci><ci>x</ci></apply></math>";
- //FIXME: Repetition not suported
+ //FIXME: Repetition not supported
QTest::newRow("simple expression") << "x+x+x+x" << fourX;
QTest::newRow("composed expression") << QString::fromUtf8("2²")
<< "<math><apply><power /><cn>2</cn><cn>2</cn></apply></math>";
--- trunk/KDE/kdegames/ksirk/ksirk/kgamewin.cpp #916342:916343
@@ -1708,7 +1708,7 @@
}
else
{
- kError() << "Unsuported KMessageParts elem type ";
+ kError() << "Unsupported KMessageParts elem type ";
}
it++;*/
for (; it != it_end; it++)
@@ -1725,7 +1725,7 @@
}
else
{
- kError() << "Unsuported KMessageParts elem type ";
+ kError() << "Unsupported KMessageParts elem type ";
}
}
}
--- trunk/KDE/kdelibs/kate/syntax/data/language.dtd #916342:916343
@@ -274,7 +274,7 @@
TODO:
- Should be weakDeliminator
- Explain deliminator
- - Doesn't seem to be suported in highligh.cpp
+ - Doesn't seem to be supported in highligh.cpp
-->
<!ELEMENT keyword EMPTY>
<!ATTLIST keyword
--- trunk/KDE/kdelibs/kio/kio/krun.cpp #916342:916343
@@ -1197,7 +1197,7 @@
if ( !mime )
kWarning(7010) << "Unknown mimetype " << type;
- // Suport for preferred service setting, see setPreferredService
+ // Support for preferred service setting, see setPreferredService
if ( !d->m_preferredService.isEmpty() ) {
kDebug(7010) << "Attempting to open with preferred service: " << d->m_preferredService;
KService::Ptr serv = KService::serviceByDesktopName( d->m_preferredService );
--- trunk/KDE/kdelibs/kioslave/http/shoutcast-icecast.txt #916342:916343
@@ -166,7 +166,7 @@
Apple's Darwin Streaming server is also RTSP/RTP compliant.
The RTSP/RTP protocol suite is very powerful and flexable in regards
- to your streaming needs. It has the ability to suport "server-push"
+ to your streaming needs. It has the ability to support "server-push"
style stream redirects and has the ability to throttle streams to
ensure the stream can sustain the limited bandwidth over the network.
--- trunk/KDE/kdenetwork/kget/Changelog #916342:916343
@@ -1,5 +1,5 @@
2007-02-21 Manolo Valdes <nolis71cu @ gmail.com>
- * Add Metalink suport.
+ * Add Metalink support.
2006-09-02 Manolo Valdes <nolis71cu @ gmail.com>
* Add Multisegments kio based transfers.
--- trunk/KDE/kdenetwork/kopete/libkopete/tests/kopetemessage.xsd #916342:916343
@@ -122,7 +122,7 @@
<!-- Element for display names -->
<xsd:complexType name="displayName">
- <!-- The direction of the name, for Bidi suport. -->
+ <!-- The direction of the name, for Bidi support. -->
<xsd:attribute name="dir" type="bidiDirection"/>
<!-- The actual name text -->
@@ -171,7 +171,7 @@
and font-weight -->
<xsd:attribute name="font" type="xsd:string" use="optional"/>
- <!-- The direction of the message, for Bidi suport. -->
+ <!-- The direction of the message, for Bidi support. -->
<xsd:attribute name="dir" type="bidiDirection" use="required"/>
</xsd:extension>
</xsd:simpleContent>
--- trunk/KDE/kdenetwork/kopete/protocols/irc/libkirc/script/kircscriptmessage.cpp #916342:916343
@@ -32,7 +32,7 @@
return msg.line();
}
-// TODO: suport copy constructor
+// TODO: support copy constructor
static
QScriptValue Message_constructor(QScriptContext *ctx, QScriptEngine *eng)
{
--- trunk/KDE/kdepimlibs/kcal/versit/vcc.c #916342:916343
@@ -1992,7 +1992,7 @@
#ifdef _SUPPORT_LINE_FOLDING
static void handleMoreRFC822LineBreak(int c) {
- /* suport RFC 822 line break in cases like
+ /* support RFC 822 line break in cases like
* ADR: foo;
* morefoo;
* more foo;
--- trunk/KDE/kdepimlibs/kcal/versit/vcc.y #916342:916343
@@ -731,7 +731,7 @@
#ifdef _SUPPORT_LINE_FOLDING
static void handleMoreRFC822LineBreak(int c) {
- /* suport RFC 822 line break in cases like
+ /* support RFC 822 line break in cases like
* ADR: foo;
* morefoo;
* more foo;
--- trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/sql/postgresqlwriter.cpp #916342:916343
@@ -88,7 +88,7 @@
sequenceName = m_pEntity->getName() + '_' + ea->getName();
// we assume the sequence count starts with 1 and interval is 1 too
- // change the values when we start suporting different start values and
+ // change the values when we start supporting different start values and
// interval values
sql<<"CREATE SEQUENCE "<<cleanName( sequenceName )
--- trunk/KDE/kdewebdev/kxsldbg/ChangeLog #916342:916343
@@ -71,7 +71,7 @@
- integrate to this branch the fix for BUG 160765
- improvements
- - File names can now be edited in configuration dialog to supply file names/URIs with the suported prefixes :
+ - File names can now be edited in configuration dialog to supply file names/URIs with the supported prefixes :
"~", "file:/", "http://" and "ftp://"
More information about the umbrello-devel
mailing list