aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/libpyside/globalreceiverv2.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-08-24 13:54:16 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-08-24 12:01:37 +0000
commitfbddb1a61600a1a33a1d3088ec47743164038e85 (patch)
tree4f24b1f1ee6f1c0e76d7be2dc213ae1eeb4ce196 /sources/pyside2/libpyside/globalreceiverv2.h
parentd9aed0193b47664af5ec6b92f99fe8cca7f94246 (diff)
libpyside: Fix spelling of retrive->retrieve
Rename method and fix comments. Change-Id: I7765826540de0bf03ac41214d357e605d8e84bcf Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/libpyside/globalreceiverv2.h')
-rw-r--r--sources/pyside2/libpyside/globalreceiverv2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside2/libpyside/globalreceiverv2.h b/sources/pyside2/libpyside/globalreceiverv2.h
index 880719d6f..ceb325c40 100644
--- a/sources/pyside2/libpyside/globalreceiverv2.h
+++ b/sources/pyside2/libpyside/globalreceiverv2.h
@@ -122,14 +122,14 @@ public:
int refCount(const QObject* link) const;
/**
- * Use to retrive the unique hash of this GlobalReceiver object
+ * Use to retrieve the unique hash of this GlobalReceiver object
*
* @return a string with a unique id based on GlobalReceiver contents
**/
QByteArray hash() const;
/**
- * Use to retrive the unique hash of the PyObject based on GlobalReceiver rules
+ * Use to retrieve the unique hash of the PyObject based on GlobalReceiver rules
*
* @param callback The Python callable object used to calculate the id
* @return a string with a unique id based on GlobalReceiver contents