From c34c5eb51d6c2fd1c4d7f1a14a5bfd7677cf0408 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 5 Jan 2026 00:43:57 +0100 Subject: [PATCH] fixed typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41d9a58..5ca7948 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ sudo gwbuild -i AQDG_Object_SetWidth(graphObject, 800); AQDG_Object_SetHeight(graphObject, 600); - /* use default pens and graphs */ + /* use default pens and fonts */ AQDG_GraphWidget_SetupDefaultPens(graphObject); AQDG_GraphWidget_SetupDefaultFonts(graphObject); @@ -96,7 +96,7 @@ sudo gwbuild -i AQDG_Object_SetWidth(graphObject, 800); AQDG_Object_SetHeight(graphObject, 600); - /* use default pens and graphs */ + /* use default pens and fonts */ AQDG_GraphWidget_SetupDefaultPens(graphObject); AQDG_GraphWidget_SetupDefaultFonts(graphObject);