From 410225951712dc16b3e50bea32f5f3dcf837ccc4 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 16 Aug 2014 04:03:52 +0100 Subject: Fix typos --- dgl/NanoVG.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dgl/NanoVG.hpp') diff --git a/dgl/NanoVG.hpp b/dgl/NanoVG.hpp index 8109e460..37ecea3e 100644 --- a/dgl/NanoVG.hpp +++ b/dgl/NanoVG.hpp @@ -221,7 +221,7 @@ public: Paint() noexcept; - /** + /** @internal */ Paint(const NVGpaint&) noexcept; @@ -410,7 +410,7 @@ public: static void transformIdentity(float dst[6]); /** - Sets the transform to translation matrix matrix. + Sets the transform to translation matrix */ static void transformTranslate(float dst[6], float tx, float ty); @@ -751,7 +751,7 @@ protected: private: /** Widget display function. - Implemented internally to wrap begin/endFrame() automaticaly. + Implemented internally to wrap begin/endFrame() automatically. */ void onDisplay() override { -- cgit v1.2.3