From 50b995d114013226e9e3b59f98de2486c3a480b2 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Tue, 25 Sep 2018 11:28:30 +0200 Subject: Fix typos in the documentation Returnes -> returns Change-Id: I52372488a16d7c13e85fca0e11eaab738db9355d Reviewed-by: Jesus Fernandez --- src/gui/kernel/qplatformwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/kernel/qplatformwindow.cpp') diff --git a/src/gui/kernel/qplatformwindow.cpp b/src/gui/kernel/qplatformwindow.cpp index e83f76fb06..50f05721f7 100644 --- a/src/gui/kernel/qplatformwindow.cpp +++ b/src/gui/kernel/qplatformwindow.cpp @@ -140,7 +140,7 @@ void QPlatformWindow::setGeometry(const QRect &rect) } /*! - Returnes the current geometry of a window + Returns the current geometry of a window */ QRect QPlatformWindow::geometry() const { -- cgit v1.2.3