File: fix-typo-arguements.patch

package info (click to toggle)
libopengl-modern-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,940 kB
  • sloc: ansic: 52,765; perl: 15,894; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: [PATCH] fix typo "arguements"
Author: Ed J <mohawk2@users.noreply.github.com>
Origin: https://github.com/Perl-GPU/OpenGL-Modern/commit/a5b0dc2f5070c3d88765c19bb7d932ab786bb6e9
Forwarded: not-needed

--- a/lib/OpenGL/Modern/Helpers.pm
+++ b/lib/OpenGL/Modern/Helpers.pm
@@ -56,7 +56,7 @@ use from perl.
 
 OpenGL::Modern is an XS module providings bindings to the
 C OpenGL library for graphics.  As such, it needs to handle
-conversion of input arguements from perl into the required
+conversion of input arguments from perl into the required
 datatypes for the C OpenGL API, it then calls the OpenGL
 routine, and then converts the return value (if any) from
 the C API datatype into an appropriate Perl type.