summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/plain_pens.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/plain_pens.asy')
-rw-r--r--Master/texmf-dist/asymptote/plain_pens.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/asymptote/plain_pens.asy b/Master/texmf-dist/asymptote/plain_pens.asy
index 22cf5ca4817..b8465696581 100644
--- a/Master/texmf-dist/asymptote/plain_pens.asy
+++ b/Master/texmf-dist/asymptote/plain_pens.asy
@@ -321,7 +321,7 @@ pen rgba(real[] a)
return rgb(a[0],a[1],a[2])+opacity(a[3]);
}
-// Return a pen corresponding to a given 6-character RGB hexidecimal string.
+// Return a pen corresponding to a given 6-character RGB hexadecimal string.
pen rgb(string s)
{
int offset=substr(s,0,1) == '#' ? 1 : 0;