From 02c925788d44149816b2b5b307fda3eb0e11066c Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 00:41:37 +0200 Subject: Fix filename typo in comments of companion_proxy service implementation --- src/companion_proxy.c | 2 +- src/companion_proxy.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/companion_proxy.c b/src/companion_proxy.c index f4fe96c..edce500 100644 --- a/src/companion_proxy.c +++ b/src/companion_proxy.c @@ -1,5 +1,5 @@ /* - * compproxy.c + * companion_proxy.c * com.apple.companion_proxy service implementation. * * Copyright (c) 2019-2020 Nikias Bassen, All Rights Reserved. diff --git a/src/companion_proxy.h b/src/companion_proxy.h index 1b520d4..33c4a80 100644 --- a/src/companion_proxy.h +++ b/src/companion_proxy.h @@ -1,5 +1,5 @@ /* - * compproxy.h + * companion_proxy.h * com.apple.companion_proxy service header file. * * Copyright (c) 2019-2020 Nikias Bassen, All Rights Reserved. -- cgit v1.1-32-gdbae