author | zecke <zecke> | 2004-05-29 20:23:24 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-05-29 20:23:24 (UTC) |
commit | d495c6624f96decb4b09a1748decdb2b46eb3736 (patch) (unidiff) | |
tree | a9c71c35f20b0ff42e0b423dbe221b06f9989446 | |
parent | 43c1ce80bc5faf16fe9d86c4685512659f5180bc (diff) | |
download | opie-d495c6624f96decb4b09a1748decdb2b46eb3736.zip opie-d495c6624f96decb4b09a1748decdb2b46eb3736.tar.gz opie-d495c6624f96decb4b09a1748decdb2b46eb3736.tar.bz2 |
Ran kde-checkspell2.pl
-rw-r--r-- | core/obex/obex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/obex/obex.h b/core/obex/obex.h index 284cb12..5993976 100644 --- a/core/obex/obex.h +++ b/core/obex/obex.h | |||
@@ -23,5 +23,5 @@ namespace OpieObex { | |||
23 | /** | 23 | /** |
24 | * Starting listening to irda after enabled by the applet | 24 | * Starting listening to irda after enabled by the applet |
25 | * a signal gets emitted when recieved a file | 25 | * a signal gets emitted when received a file |
26 | */ | 26 | */ |
27 | void receive(); | 27 | void receive(); |
@@ -32,5 +32,5 @@ namespace OpieObex { | |||
32 | /** | 32 | /** |
33 | * a signal | 33 | * a signal |
34 | * @param path The path to the recieved file | 34 | * @param path The path to the received file |
35 | */ | 35 | */ |
36 | void receivedFile( const QString& path); | 36 | void receivedFile( const QString& path); |