From 95c13eecdadf3da970f64a5f2c6a9d6f40f84f2a Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 5 Nov 2020 13:12:25 +0100 Subject: [PATCH] ProjectExplorer: Fix typo in ArgumentsAspect documentation Change-Id: I634e0126a3286df8343b061a2056f97f10ce67f1 Reviewed-by: Leena Miettinen --- src/plugins/projectexplorer/runconfigurationaspects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/runconfigurationaspects.cpp b/src/plugins/projectexplorer/runconfigurationaspects.cpp index 33ecc6d0f33..8554f74d78a 100644 --- a/src/plugins/projectexplorer/runconfigurationaspects.cpp +++ b/src/plugins/projectexplorer/runconfigurationaspects.cpp @@ -362,7 +362,7 @@ void ArgumentsAspect::setArguments(const QString &arguments) } /*! - Sets the displayes label text to \a labelText. + Sets the displayed label text to \a labelText. */ void ArgumentsAspect::setLabelText(const QString &labelText) {