Skip to content

Commit a5b0dc2

Browse files
committed
fix typo "arguements"
1 parent 0825a15 commit a5b0dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OpenGL/Modern/Helpers.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ use from perl.
5656
5757
OpenGL::Modern is an XS module providings bindings to the
5858
C OpenGL library for graphics. As such, it needs to handle
59-
conversion of input arguements from perl into the required
59+
conversion of input arguments from perl into the required
6060
datatypes for the C OpenGL API, it then calls the OpenGL
6161
routine, and then converts the return value (if any) from
6262
the C API datatype into an appropriate Perl type.

0 commit comments

Comments
 (0)