tags 734423 patch
thanks

Attaching patch

-- 
Pierre Ynard
From 3c6577c04166fa90b7aae9b914dc5a69b2a0042d Mon Sep 17 00:00:00 2001
From: Pierre Ynard <linkfa...@yahoo.fr>
Date: Thu, 28 Feb 2019 12:13:51 +0100
Subject: [PATCH] Fix typos in comments in /etc/network/if-up.d/mountnfs
 (Closes: #734423)

---
 debian/src/initscripts/etc/network/if-up.d/mountnfs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/src/initscripts/etc/network/if-up.d/mountnfs b/debian/src/initscripts/etc/network/if-up.d/mountnfs
index 267c32f..cceed59 100644
--- a/debian/src/initscripts/etc/network/if-up.d/mountnfs
+++ b/debian/src/initscripts/etc/network/if-up.d/mountnfs
@@ -145,7 +145,7 @@ exit_unless_last_interface() {
 # Using 'no !=' instead of 'yes =' to make sure async nfs mounting is
 # the default even without a value in /etc/default/rcS
 set_env
-# Exit imediately and do not claim to wait for the last interface if
+# Exit immediately and do not claim to wait for the last interface if
 # no network file systems are listed in /etc/fstab.
 if [ "$start_nfs" = "no" ] && [ ! "$NETFS" ] && [ ! "$NETDEV" ]; then
   exit 0
@@ -160,7 +160,7 @@ if [ no != "$ASYNCMOUNTNFS" ]; then
     # Lock around this otherwise insanity may occur
     mkdir /var/run/network          2>/dev/null || true
 
-    # Wait until all auto interfaces are up before attemting to mount
+    # Wait until all auto interfaces are up before attempting to mount
     # network file systems.
     exit_unless_last_interface
 
-- 
2.1.4

Reply via email to