shithub: riscv

Download patch

ref: cd3a742b324a1256d52b42b82a90d335903f68e7
parent: 39cabc72693fdc5186a1e5c745d0c307de157686
author: mischief <[email protected]>
date: Fri Nov 7 05:39:50 EST 2014

all: typo fixes from [email protected]

--- a/sys/man/1/filter
+++ b/sys/man/1/filter
@@ -151,7 +151,7 @@
 .I patternfile
 for each address in the
 .I addressfiles
-that doesn't already match a pattern.
+that doesh't already match a pattern.
 .PP
 .IR Token ,
 with only one argument, prints to standard output a unique token
--- a/sys/man/1/games
+++ b/sys/man/1/games
@@ -253,7 +253,7 @@
 Memorize the sequence, then click to hide them and begin.
 Use the mouse to select two tiles.
 If they are the same, the tiles will disappear, otherwise the tiles will flip back and you will get a chance to try again.
-Button 3 generates a memu allowing you to restart, switch between easy and hard modes, and exit.
+Button 3 generates a menu allowing you to restart, switch between easy and hard modes, and exit.
 The
 .B -h
 option sets the game to hard mode.
--- a/sys/src/cmd/abaco/NOTES
+++ b/sys/src/cmd/abaco/NOTES
@@ -5,10 +5,10 @@
 	* 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
 
--- a/sys/src/cmd/gs/icclib/icc.c
+++ b/sys/src/cmd/gs/icclib/icc.c
@@ -10741,7 +10741,7 @@
 	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 */
 ) {
--- a/sys/src/cmd/gs/src/zcontrol.c
+++ b/sys/src/cmd/gs/src/zcontrol.c
@@ -235,7 +235,7 @@
 
     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;
 }