summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show 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
@@ -19,22 +19,22 @@ namespace OpieObex {
* d'tor
*/
~Obex();
/**
* 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& );
void setReceiveEnabled( bool = false );
signals:
/**
* a signal
- * @param path The path to the recieved file
+ * @param path The path to the received file
*/
void receivedFile( const QString& path);
/**
* error signal if the program couldn't be started or the
* the connection timed out
*/