[Kst] kdeextragear-2/kst/kst/datasources/ascii (silent)
George Staikos
staikos at kde.org
Fri Jan 14 04:12:58 CET 2005
CVS commit by staikos:
CVS_SILENT typos
M +2 -2 ascii.cpp 1.32
--- kdeextragear-2/kst/kst/datasources/ascii/ascii.cpp #1.31:1.32
@@ -155,5 +155,5 @@ KstObject::UpdateType AsciiSource::updat
int AsciiSource::readField(double *v, const QString& field, int s, int n) {
if (n < 0) {
- n = 1; /* n < 0 means read one sample, not frame - irrelavent here */
+ n = 1; /* n < 0 means read one sample, not frame - irrelevent here */
}
@@ -228,5 +228,5 @@ int AsciiSource::readField(double *v, co
int AsciiSource::readField(double *v, const QString& field, int s, int n, int skip, int *lastFrameRead) {
if (n < 0) {
- n = 1; /* n < 0 means read one sample, not frame - irrelavent here */
+ n = 1; /* n < 0 means read one sample, not frame - irrelevent here */
}
More information about the Kst
mailing list