summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2023-09-25 09:54:56 +0200
committerPaul Wicking <paul.wicking@qt.io>2023-09-25 22:34:45 +0200
commite2bdf3a535f92324ed79ba2ef9fb8883b036f95d (patch)
tree07115a3f32e05dacf5ca042d65db2b199174497a /src/corelib/doc/src
parent89b6ad3ab5f40a6538105d2fbe52faf9d49c48bb (diff)
Doc: Fix typo
Pick-to: 6.6 6.5 Fixes: QTBUG-117482 Change-Id: I033b5bda78482a7b43fac365d5a781bc3fa27fad Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'src/corelib/doc/src')
-rw-r--r--src/corelib/doc/src/resource-system.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/resource-system.qdoc b/src/corelib/doc/src/resource-system.qdoc
index 0ee706ede7..8324ae29f6 100644
--- a/src/corelib/doc/src/resource-system.qdoc
+++ b/src/corelib/doc/src/resource-system.qdoc
@@ -17,7 +17,7 @@
Most commonly, the resource files are embedded into your application
executable, or in libraries and plugins that are loaded by the application
executable. Alternatively, the resource files can also be stored in an
- \l{External Resource Files}{exernal resource file}.
+ \l{External Resource Files}{external resource file}.
The resource system is based on tight cooperation between Qt's \l rcc
resource compiler, the build system, and the Qt runtime API.