summaryrefslogtreecommitdiff
path: root/core/obex
authorzecke <zecke>2004-05-29 20:23:24 (UTC)
committer zecke <zecke>2004-05-29 20:23:24 (UTC)
commitd495c6624f96decb4b09a1748decdb2b46eb3736 (patch) (side-by-side diff)
treea9c71c35f20b0ff42e0b423dbe221b06f9989446 /core/obex
parent43c1ce80bc5faf16fe9d86c4685512659f5180bc (diff)
downloadopie-d495c6624f96decb4b09a1748decdb2b46eb3736.zip
opie-d495c6624f96decb4b09a1748decdb2b46eb3736.tar.gz
opie-d495c6624f96decb4b09a1748decdb2b46eb3736.tar.bz2
Ran kde-checkspell2.pl
Diffstat (limited to 'core/obex') (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/obex.h4
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
@@ -22,7 +22,7 @@ namespace OpieObex {
/**
* Starting listening to irda after enabled by the applet
- * a signal gets emitted when recieved a file
+ * a signal gets emitted when received a file
*/
void receive();
void send( const QString& );
@@ -31,7 +31,7 @@ namespace OpieObex {
/**
* a signal
- * @param path The path to the recieved file
+ * @param path The path to the received file
*/
void receivedFile( const QString& path);
/**