raop: Correct spelling of KTH
authorAnton Lundin <glance@acc.umu.se>
Tue, 25 Oct 2016 19:31:34 +0000 (21:31 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Wed, 26 Oct 2016 17:13:32 +0000 (20:13 +0300)
KTH is a Swedish institution of higher education, and in its full name
spelled Kungliga Tekniska högskolan.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
src/modules/raop/base64.c
src/modules/raop/base64.h

index cdf52a6..1e09740 100644 (file)
@@ -19,7 +19,7 @@
 
 /*
   This file was originally inspired by a file developed by
-    Kungliga Tekniska H�gskolan
+  Kungliga Tekniska högskolan
 */
 
 #ifdef HAVE_CONFIG_H
index 352ab96..59160c9 100644 (file)
@@ -5,7 +5,7 @@
   This file is part of PulseAudio.
 
   Copyright 2008 Colin Guthrie
-  Copyright Kungliga Tekniska gskolan
+  Copyright Kungliga Tekniska gskolan
 
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as published
@@ -23,7 +23,7 @@
 
 /*
   This file was originally inspired by a file developed by
-    Kungliga Tekniska Høgskolan
+  Kungliga Tekniska högskolan
 */
 
 int pa_base64_encode(const void *data, int size, char **str);