summaryrefslogtreecommitdiff
path: root/dgl/NanoVG.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-08-16 04:03:52 +0100
committerfalkTX <falktx@gmail.com>2014-08-16 04:03:52 +0100
commit410225951712dc16b3e50bea32f5f3dcf837ccc4 (patch)
tree1af04efe9c799c6d1a751a00080ec5c415b66a27 /dgl/NanoVG.hpp
parentcd2873761758c07a9bf18cd536d12074ce061df3 (diff)
Fix typos
Diffstat (limited to 'dgl/NanoVG.hpp')
-rw-r--r--dgl/NanoVG.hpp6
1 files changed, 3 insertions, 3 deletions
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
{