From 11a0c2ef5d29e346673f40179f97272db19784b0 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Tue, 25 Oct 2016 21:31:34 +0200 Subject: [PATCH] raop: Correct spelling of KTH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit KTH is a Swedish institution of higher education, and in its full name spelled Kungliga Tekniska högskolan. Signed-off-by: Anton Lundin --- src/modules/raop/base64.c | 2 +- src/modules/raop/base64.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/raop/base64.c b/src/modules/raop/base64.c index cdf52a60f..1e0974025 100644 --- a/src/modules/raop/base64.c +++ b/src/modules/raop/base64.c @@ -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 diff --git a/src/modules/raop/base64.h b/src/modules/raop/base64.h index 352ab9619..59160c91a 100644 --- a/src/modules/raop/base64.h +++ b/src/modules/raop/base64.h @@ -5,7 +5,7 @@ This file is part of PulseAudio. Copyright 2008 Colin Guthrie - Copyright Kungliga Tekniska Høgskolan + Copyright Kungliga Tekniska hö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);