summaryrefslogtreecommitdiff
path: root/sys/src
diff options
context:
space:
mode:
authormischief <mischief@offblast.org>2014-11-07 10:39:50 -0800
committermischief <mischief@offblast.org>2014-11-07 10:39:50 -0800
commitcd3a742b324a1256d52b42b82a90d335903f68e7 (patch)
tree2642a4925b50a556181fe94cc37e5b7f6c2b1ded /sys/src
parent39cabc72693fdc5186a1e5c745d0c307de157686 (diff)
all: typo fixes from ray@raylai.com
Diffstat (limited to 'sys/src')
-rw-r--r--sys/src/cmd/abaco/NOTES4
-rw-r--r--sys/src/cmd/gs/icclib/icc.c2
-rw-r--r--sys/src/cmd/gs/src/zcontrol.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/src/cmd/abaco/NOTES b/sys/src/cmd/abaco/NOTES
index bc852c14d..fd16abbb6 100644
--- a/sys/src/cmd/abaco/NOTES
+++ b/sys/src/cmd/abaco/NOTES
@@ -5,10 +5,10 @@ Not Bugs:
* complaints like "gif: decode <stdin> failed: ReadGIF: can't recognize format ��"
are caused by sites that return a jpeg and send Content-Type: image/gif.
-Not implented:
+Not implemented:
* frame's borders and scroll are ignored
* Image: maps
- * table atributes
+ * table attributes
* css
* Js
diff --git a/sys/src/cmd/gs/icclib/icc.c b/sys/src/cmd/gs/icclib/icc.c
index a21d55395..0c4be9544 100644
--- a/sys/src/cmd/gs/icclib/icc.c
+++ b/sys/src/cmd/gs/icclib/icc.c
@@ -10741,7 +10741,7 @@ icmLuSpaces(
icColorSpaceSignature *outs, /* Return effective output color space */
int *outn, /* Return number of output components */
icmLuAlgType *alg, /* Return type of lookup algorithm used */
- icRenderingIntent *intt, /* Return the intent being implented */
+ icRenderingIntent *intt, /* Return the intent being implemented */
icmLookupFunc *fnc, /* Return the profile function being implemented */
icColorSpaceSignature *pcs /* Return the profile effective PCS */
) {
diff --git a/sys/src/cmd/gs/src/zcontrol.c b/sys/src/cmd/gs/src/zcontrol.c
index 7262e0042..33ae566fc 100644
--- a/sys/src/cmd/gs/src/zcontrol.c
+++ b/sys/src/cmd/gs/src/zcontrol.c
@@ -235,7 +235,7 @@ end_runandhide(i_ctx_t *i_ctx_p)
if ((code = runandhide_restore_hidden(i_ctx_p, esp, esp - 1)) < 0)
return code;
- esp -= 2; /* pop the hidden value and its atributes */
+ esp -= 2; /* pop the hidden value and its attributes */
return o_pop_estack;
}