diff --git a/src/core/qgsrendercontext.h b/src/core/qgsrendercontext.h index 1b6b77143ec..0409527ef6e 100644 --- a/src/core/qgsrendercontext.h +++ b/src/core/qgsrendercontext.h @@ -27,7 +27,7 @@ class QPainter; /** \ingroup core * Contains information about the context of a rendering operation. * The context of a rendering operation defines properties such as - * the conversion ration between screen and map units, the extents / + * the conversion ratio between screen and map units, the extents / * bounding box to be rendered etc. **/ class CORE_EXPORT QgsRenderContext