[pulseaudio-discuss] [PATCH] raop: Correct spelling of KTH
Anton Lundin
glance at acc.umu.se
Tue Oct 25 19:31:34 UTC 2016
KTH is a Swedish institution of higher education, and in its full name
spelled Kungliga Tekniska högskolan.
Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
The irony of me correcting the "spelling" in someone else's code is just
epic. At least i know what a Swedish ö looks like, and ø ain't that.
That's the Danish / Norwegian one.
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 cdf52a6..1e09740 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 352ab96..59160c9 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);
--
2.9.3
More information about the pulseaudio-discuss
mailing list