From 23ba7c0136e640d259d705f8aa7ec18fd601f230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Thu, 28 Nov 2019 18:24:26 +0100 Subject: [PATCH] Fix typo --- .../output-renderers/external-renderer-interfaces.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gds-render/output-renderers/external-renderer-interfaces.h b/include/gds-render/output-renderers/external-renderer-interfaces.h index cd8fc37..7c2c589 100644 --- a/include/gds-render/output-renderers/external-renderer-interfaces.h +++ b/include/gds-render/output-renderers/external-renderer-interfaces.h @@ -62,14 +62,14 @@ /** * @brief Define for declaring the exported functions. * - * This not only helps with the declaration but also makes the symbols visible, so they can be called form outside the library + * This not only helps with the declaration but also makes the symbols visible, so they can be called from outside the library */ #define EXPORTED_FUNC_DECL(FUNC) EXPORT_FUNC FUNC /** * @brief Define for declaring exported variables * - * This not only helps with the declaration but also makes the symbols visible, so they can be accessed form outside the library + * This not only helps with the declaration but also makes the symbols visible, so they can be accessed from outside the library */ #define EXPORTED_VAR_DECL(VAR) EXPORT_VAR VAR