fixed typos.

This commit is contained in:
Martin Preuss
2026-01-05 00:43:57 +01:00
parent c06c71b091
commit c34c5eb51d

View File

@@ -52,7 +52,7 @@ sudo gwbuild -i
AQDG_Object_SetWidth(graphObject, 800); AQDG_Object_SetWidth(graphObject, 800);
AQDG_Object_SetHeight(graphObject, 600); AQDG_Object_SetHeight(graphObject, 600);
/* use default pens and graphs */ /* use default pens and fonts */
AQDG_GraphWidget_SetupDefaultPens(graphObject); AQDG_GraphWidget_SetupDefaultPens(graphObject);
AQDG_GraphWidget_SetupDefaultFonts(graphObject); AQDG_GraphWidget_SetupDefaultFonts(graphObject);
@@ -96,7 +96,7 @@ sudo gwbuild -i
AQDG_Object_SetWidth(graphObject, 800); AQDG_Object_SetWidth(graphObject, 800);
AQDG_Object_SetHeight(graphObject, 600); AQDG_Object_SetHeight(graphObject, 600);
/* use default pens and graphs */ /* use default pens and fonts */
AQDG_GraphWidget_SetupDefaultPens(graphObject); AQDG_GraphWidget_SetupDefaultPens(graphObject);
AQDG_GraphWidget_SetupDefaultFonts(graphObject); AQDG_GraphWidget_SetupDefaultFonts(graphObject);