diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-13 13:43:54 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-13 13:43:54 +0100 |
commit | 23fb617551f7d89dbc1fc9e216b7f12d2936e1a2 (patch) | |
tree | 2c01ddb7c7353609121a158c18c1a5487c98ec83 /debian/patches/991_fix-hr-typos.full.patch | |
parent | 6e662473126d0668493732ece7e3c3bb1b0ea72c (diff) | |
download | nx-libs-23fb617551f7d89dbc1fc9e216b7f12d2936e1a2.tar.gz nx-libs-23fb617551f7d89dbc1fc9e216b7f12d2936e1a2.tar.bz2 nx-libs-23fb617551f7d89dbc1fc9e216b7f12d2936e1a2.zip |
Fix several typos in nxcomp.
Former patch file names:
991_fix-hr-typos.full+lite.patch
991_fix-hr-typos.full.patch
Diffstat (limited to 'debian/patches/991_fix-hr-typos.full.patch')
-rw-r--r-- | debian/patches/991_fix-hr-typos.full.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/debian/patches/991_fix-hr-typos.full.patch b/debian/patches/991_fix-hr-typos.full.patch deleted file mode 100644 index 3836adf55..000000000 --- a/debian/patches/991_fix-hr-typos.full.patch +++ /dev/null @@ -1,36 +0,0 @@ -Description: Fix several typos in nx-X11 -Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - ---- a/nx-X11/extras/Mesa/src/mesa/main/debug.c -+++ b/nx-X11/extras/Mesa/src/mesa/main/debug.c -@@ -43,7 +43,7 @@ - "GL_QUAD_STRIP", - "GL_POLYGON", - "outside begin/end", -- "inside unkown primitive", -+ "inside unknown primitive", - "unknown state" - }; - ---- a/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c -+++ b/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c -@@ -4106,7 +4106,7 @@ - if (*inst++ != REVISION) { - _mesa_set_program_error (ctx, 0, "Grammar version mismatch"); - _mesa_error(ctx, GL_INVALID_OPERATION, -- "glProgramStringARB(Grammar verison mismatch)"); -+ "glProgramStringARB(Grammar version mismatch)"); - err = GL_TRUE; - } - else { ---- a/nx-X11/ChangeLog.X.org -+++ b/nx-X11/ChangeLog.X.org -@@ -12733,7 +12733,7 @@ - * programs/xkill/xkill.c: (get_window_id): - Changed cursor for the 'kill' action from XC_draped_box to - XC_Pirate. If you don't like it we can change it back -- (original author unkown). -+ (original author unknown). - - * programs/xman/vendor.h: - Added 'pic' to the man page rendering command pipeline |