summaryrefslogtreecommitdiff
authorkergoth <kergoth>2003-04-20 22:42:47 (UTC)
committer kergoth <kergoth>2003-04-20 22:42:47 (UTC)
commit6b78c023f67433b8f38d9e77598b8530988bfec8 (patch) (side-by-side diff)
treec2ea1ae5433b12c685413a70a635fa7f59e443c6
parent0da3e7316b90cfa0fd84b0de3c3b92cd3159b4e0 (diff)
downloadopie-6b78c023f67433b8f38d9e77598b8530988bfec8.zip
opie-6b78c023f67433b8f38d9e77598b8530988bfec8.tar.gz
opie-6b78c023f67433b8f38d9e77598b8530988bfec8.tar.bz2
Typo
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp
index d78277f..501b601 100644
--- a/libopie/odevice.cpp
+++ b/libopie/odevice.cpp
@@ -1152,13 +1152,13 @@ void Zaurus::init ( )
while( line = ts. readLine ( ) ) {
if ( line. left ( 8 ) == "Hardware" )
break;
}
int loc = line. find ( ":" );
if ( loc != -1 )
- model = line. mid ( loc + 2 ). simplifyWhitespace( );
+ model = line. mid ( loc + 2 ). simplifyWhiteSpace( );
}
if ( model == "SHARP Corgi" ) {
d-> m_model = Model_Zaurus_SLC700;
d-> m_modelstr = "Zaurus SL-C700";
} else if ( model == "SHARP Poodle" ) {