Skip to content

Commit 4d5770c

Browse files
authored
Fixed the description of _SetTextXY more
1 parent 89642e9 commit 4d5770c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CEdev/lib/src/graphics/graphx/graphics_lib.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2609,7 +2609,7 @@ _SetTextTransparentColorC:
26092609
26102610
;-------------------------------------------------------------------------------
26112611
_SetTextXY:
2612-
; Sets the text X and Y posistions
2612+
; Sets the text X and Y positions
26132613
; Arguments:
26142614
; arg0 : Text X Pos
26152615
; arg1 : Text Y Pos
@@ -2630,7 +2630,7 @@ _SetTextXY_ASM:
26302630

26312631
;-------------------------------------------------------------------------------
26322632
_SetTextXY_Clip_ASM:
2633-
; Sets the text X and Y posistions
2633+
; Sets the text X and Y positions
26342634
; Arguments:
26352635
; arg0 : Text X Pos
26362636
; arg1 : Text Y Pos

0 commit comments

Comments
 (0)