From 2bb238cde902534146bf6981cfcf66f56b61b76c Mon Sep 17 00:00:00 2001
From: Warren Dukes <warren.dukes@gmail.com>
Date: Tue, 2 Nov 2004 03:25:23 +0000
Subject: does this make you happy normalperson, is this the way you like it,
 do you like it like this?

git-svn-id: https://svn.musicpd.org/mpd/trunk@2465 09075e82-0dd4-0310-85a5-a0d7c8717e4f
---
 src/conf.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'src')

diff --git a/src/conf.c b/src/conf.c
index 4650cf08f..72bec5623 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -191,7 +191,7 @@ static ConfigParam * readConfigBlock(FILE * fp, int * count, char * string) {
 		}
 
 		if(2 != argsMinusComment) {
-			ERROR("improperly formated config file at line %i:"
+			ERROR("improperly formatted config file at line %i:"
 					" %s\n", *count, string);
 			exit(EXIT_FAILURE);
 		}
@@ -201,7 +201,7 @@ static ConfigParam * readConfigBlock(FILE * fp, int * count, char * string) {
 				0 == strcmp(array[0], CONF_BLOCK_END) ||
 				0 == strcmp(array[1], CONF_BLOCK_END))
 		{
-			ERROR("improperly formated config file at line %i:"
+			ERROR("improperly formatted config file at line %i:"
 					" %s\n", count, string);
 			ERROR("in block begging at line %i\n", ret->line);
 			exit(EXIT_FAILURE);
@@ -246,7 +246,7 @@ void readConf(char * file) {
 		if(0 == argsMinusComment) continue;
 
 		if(2 != argsMinusComment) {
-			ERROR("improperly formated config file at line %i:"
+			ERROR("improperly formatted config file at line %i:"
 					" %s\n", count, string);
 			exit(EXIT_FAILURE);
 		}
@@ -271,7 +271,7 @@ void readConf(char * file) {
 
 		if(entry->mask & CONF_BLOCK_MASK) {
 			if(0 != strcmp(array[1], CONF_BLOCK_BEGIN)) {
-				ERROR("improperly formated config file at "
+				ERROR("improperly formatted config file at "
 					"line %i: %s\n", count, string);
 				exit(EXIT_FAILURE);
 			}
-- 
cgit v1.2.3