From 57ef38d35597e3e1e655712b1216f24af082f6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Meerk=C3=B6tter?= Date: Thu, 23 Feb 2012 22:15:22 +0100 Subject: [PATCH] spelling --- src/streaming.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/streaming.c diff --git a/src/streaming.c b/src/streaming.c old mode 100644 new mode 100755 index fde3be29..cb74b054 --- a/src/streaming.c +++ b/src/streaming.c @@ -333,7 +333,7 @@ streaming_code2txt(int code) case SM_CODE_OK: return "OK"; case SM_CODE_SOURCE_RECONFIGURED: - return "Soruce reconfigured"; + return "Source reconfigured"; case SM_CODE_BAD_SOURCE: return "Source quality is bad"; case SM_CODE_SOURCE_DELETED: