From 56df49f8a5a3faf93b5ca01715ef54e9addcd0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 26 Sep 2024 16:10:50 +0200 Subject: [PATCH] PD -> Pd --- README.txt | 2 +- comport.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index e295c4f..f36945d 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -comport - PD external for unix/windows to use the serial ports +comport - Pd external for unix/windows to use the serial ports (c) 1998-2005 Winfried Ritsch (see LICENCE.txt) Institute for Electronic Music - Graz diff --git a/comport.c b/comport.c index a83836a..5f5f08a 100644 --- a/comport.c +++ b/comport.c @@ -1998,7 +1998,7 @@ void comport_setup(void) null_tv.tv_sec = 0; /* no wait */ null_tv.tv_usec = 0; #endif /* NOT _WIN32 */ - logpost(0, PD_DEBUG, "comport - PD external for unix/windows\n" + logpost(0, PD_DEBUG, "comport - Pd external for unix/windows\n" "LGPL-2.1+ 1998-2022, Winfried Ritsch and others (see LICENSE.txt)\n" "Institute for Electronic Music - Graz"); }