Description: Correct a few spelling errors (thanks to aspell and lintian)
Author: Jack Henschel <jh@openmailbox.org>
Forwarded: no
Last-Update: 2016-06-29

--- a/README.md
+++ b/README.md
@@ -181,7 +181,7 @@ Each block can have its command/script,
 
 You can change block colors(background, foreground, underline and overline) within runtime. Along with pango markup format, you can fully control how a block looks throughout yabar's session. 
 
-If you wish to change one or more of the 4 color types, you must begin your string-to-be-drawn (i.e. the output string to stdout by your shell script) with `!Y FORMAT Y!`. the `FORMAT` statement should contain contain the color type (`BG` or `bg` for background, `FG` or `fg` for foreground, `U` or `u` for underline and `O` or `o` for overline). The color must be in hex AARRGGBB (So if you want to add an rgb color just make it `FFxxxxxx`). Examples:
+If you wish to change one or more of the 4 color types, you must begin your string-to-be-drawn (i.e. the output string to stdout by your shell script) with `!Y FORMAT Y!`. the `FORMAT` statement should contain the color type (`BG` or `bg` for background, `FG` or `fg` for foreground, `U` or `u` for underline and `O` or `o` for overline). The color must be in hex AARRGGBB (So if you want to add an rgb color just make it `FFxxxxxx`). Examples:
 
 		"!Y BG 0xFFFF0000 fg0xFF00ff00 U0xFFFAC739 Y!"
 		"!Ybg0xff00ff00Y!"
@@ -194,7 +194,7 @@ The spaces are just skipped automaticall
 
 Yabar sets a handful of environment variables before executing your commands/scripts that are defined in the `command-button{1-5}` entry. Such env variables can be useful when drawing your window on the corresponding button press. Current env variables are:
 
-		${YABAR_BLOCK_X} #The begining x axis for the block
+		${YABAR_BLOCK_X} #The beginning x axis for the block
 		${YABAR_BLOCK_Y} #It returns just the bottom y value of the block in case of topbar or just the top y value of the block in case of bottombar
 		${YABAR_BLOCK_WIDTH} #Block width
 
--- a/doc/yabar.1
+++ b/doc/yabar.1
@@ -307,7 +307,7 @@ inherit: "bar1.block1";
 You can change block colors(background, foreground, underline and overline) within runtime. Along with pango markup format, you can fully control how a block looks throughout yabar's session.
 
 .PP
-If you wish to change one or more of the 4 color types, you must begin your string\-to\-be\-drawn (i.e. the output string to stdout by your shell script) with \fB\fC!Y FORMAT Y!\fR\&. the \fB\fCFORMAT\fR statement should contain contain the color type (\fB\fCBG\fR or \fB\fCbg\fR for background, \fB\fCFG\fR or \fB\fCfg\fR for foreground, \fB\fCU\fR or \fB\fCu\fR for underline and \fB\fCO\fR or \fB\fCo\fR for overline). The color must be in hex AARRGGBB (So if you want to add an rgb color just make it \fB\fCFFxxxxxx\fR). Examples:
+If you wish to change one or more of the 4 color types, you must begin your string\-to\-be\-drawn (i.e. the output string to stdout by your shell script) with \fB\fC!Y FORMAT Y!\fR\&. the \fB\fCFORMAT\fR statement should contain the color type (\fB\fCBG\fR or \fB\fCbg\fR for background, \fB\fCFG\fR or \fB\fCfg\fR for foreground, \fB\fCU\fR or \fB\fCu\fR for underline and \fB\fCO\fR or \fB\fCo\fR for overline). The color must be in hex AARRGGBB (So if you want to add an rgb color just make it \fB\fCFFxxxxxx\fR). Examples:
 
 .PP
 .RS
@@ -330,7 +330,7 @@ Yabar sets a handful of environment vari
 .RS
 
 .nf
-    ${YABAR\_BLOCK\_X} #The begining x axis for the block
+    ${YABAR\_BLOCK\_X} #The beginning x axis for the block
     ${YABAR\_BLOCK\_Y} #It returns just the bottom y value of the block in case of topbar or just the top y value of the block in case of bottombar
     ${YABAR\_BLOCK\_WIDTH} #Block width
 
@@ -359,7 +359,7 @@ Internal blocks have 5 additional block\
 Yabar has a growing set of useful blocks. The current blocks are:
 .IP \(bu 2
 Date and time: Maybe the most essential block. You can control the output format using the 
-standard c libary format in time.h. Example:
+standard c library format in time.h. Example:
 .PP
 .RS
 
--- a/include/yabar.h
+++ b/include/yabar.h
@@ -43,7 +43,7 @@ extern char *strdup(const char *s); //to
 
 #define BUFSIZE_EXT 512 //buffer size for external blocks
 #define BUFSIZE_EXT_PANGO 1024 //buffer size for extern blocks with pango markup
-#define BUFSIZE_INT 256 //initial value of buffer size for internal blocks, can be overriden in runtime if needed
+#define BUFSIZE_INT 256 //initial value of buffer size for internal blocks, can be overridden in runtime if needed
 
 #define CFILELEN 256
 #define YA_DEF_FONT "sans bold 9"
