summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfiledialog.cpp
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-09-22 14:08:34 +0200
committerKai Köhne <kai.koehne@qt.io>2022-09-26 08:33:31 +0200
commit12ff1888b16d91db9227d856d38d9b5740f7e191 (patch)
treeff8a9c7c09ebe9fe8bc1057254326b656813b0e5 /src/widgets/dialogs/qfiledialog.cpp
parent84ae970c6da25e3a0cdee3a477ec8c6f9510778f (diff)
Doc: Fix typo in QFileDialog documentation
Fix typo introduced in 9cd3ff2bdea Pick-to: 6.2 6.4 Change-Id: I248779c06fff81aaea1ef8f0a3a412cfb7cfc0bc Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/widgets/dialogs/qfiledialog.cpp')
-rw-r--r--src/widgets/dialogs/qfiledialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dialogs/qfiledialog.cpp b/src/widgets/dialogs/qfiledialog.cpp
index 8b7a83047a..a6bd0fb19e 100644
--- a/src/widgets/dialogs/qfiledialog.cpp
+++ b/src/widgets/dialogs/qfiledialog.cpp
@@ -193,7 +193,7 @@ Q_GLOBAL_STATIC(QUrl, lastVisitedDir)
\value DontConfirmOverwrite Don't ask for confirmation if an
existing file is selected. By default confirmation is requested.
- Note: This opption is not supported on macOS when using the
+ Note: This option is not supported on macOS when using the
native file dialog.
\value DontUseNativeDialog Don't use the native file dialog. By