Skip to content

Commit 1ccbdb8

Browse files
committed
US spelling
1 parent 90a9cda commit 1ccbdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsrendercontext.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class CORE_EXPORT QgsRenderContext
8282
enum TextRenderFormat
8383
{
8484
TextFormatAlwaysOutlines, //!< Always render text using path objects (AKA outlines/curves). This always results in the best quality rendering.
85-
TextFormatAlwaysText, //!< Always render text as text objects. This may result in rendering artefacts or poor quality rendering, depending on the text format settings.
85+
TextFormatAlwaysText, //!< Always render text as text objects. This may result in rendering artifacts or poor quality rendering, depending on the text format settings.
8686
};
8787

8888
/**

0 commit comments

Comments
 (0)