1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Description: fix various typos detected by lintian.
Author: Nicolas Boulenguez <nicolas@debian.org>
Forwarded: not-needed
---
ChangeLog | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- asymptote.orig/ChangeLog
+++ asymptote/ChangeLog
@@ -11700,7 +11700,7 @@
Author: John Bowman <bowman@ualberta.ca>
Date: Fri Jan 21 16:50:46 2022 -0700
- Fix buffer overflow in partialsum.glsl; improve workload distibution.
+ Fix buffer overflow in partialsum.glsl; improve workload distribution.
commit 868ff0b61fb439d4ce6334aec4b4ea49a32ad9bf
Author: John Bowman <bowman@ualberta.ca>
@@ -39607,7 +39607,7 @@
Date: Mon Feb 9 00:00:12 2009 -0600
Implement a pen rgb(string s) routine that returns a pen corresponding to a
- given 6-character RGB hexidecimal string.
+ given 6-character RGB hexadecimal string.
commit a68637e6c82f5ce5171931a5c1a5359bb329e86d
Author: John Bowman <bowman@ualberta.ca>
@@ -39637,7 +39637,7 @@
Author: John Bowman <bowman@ualberta.ca>
Date: Sat Feb 7 00:41:46 2009 -0600
- Implement int hex(string s) function that casts a hexidecimal string to an
+ Implement int hex(string s) function that casts a hexadecimal string to an
integer.
commit 77595bbb56fc7489ccfa2123c3d33b19a43de9a3
|