summaryrefslogtreecommitdiff
path: root/core
Unidiff
Diffstat (limited to 'core') (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 {
22 22
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();
28 void send( const QString& ); 28 void send( const QString& );
@@ -31,7 +31,7 @@ namespace OpieObex {
31 31
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);
37 /** 37 /**