From 904828efba2a3deadc45b46764e43b1e83aec46e Mon Sep 17 00:00:00 2001 Message-Id: <904828efba2a3deadc45b46764e43b1e83aec46e.1715247989.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 13 Jul 2013 16:34:40 +0100 Subject: [PATCH] debian/tripe-peer-services.postinst: Fix stupid typo. Organization: Straylight/Edgeware From: Mark Wooding --- debian/tripe-peer-services.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tripe-peer-services.postinst b/debian/tripe-peer-services.postinst index 870ba1ae..c21dc16c 100644 --- a/debian/tripe-peer-services.postinst +++ b/debian/tripe-peer-services.postinst @@ -46,7 +46,7 @@ restart_services () { echo -n " $name" ## If there's an instance of the service running already then we ask it - ## to quit. This is where everything gets commplicated. + ## to quit. This is where everything gets complicated. if silently tripectl svcensure "$name"; then ## So, what we want to do is ask the service to quit, and make sure it -- [mdw]