sudo: Fix for lfs-file (Typo)

Message ID 20171202091023.23846-1-matthias.fischer@ipfire.org
State Dropped
Commit 3951a1135f280f0881c1d54f4a66653b5e44b57d
Headers
Series sudo: Fix for lfs-file (Typo) |

Commit Message

Matthias Fischer Dec. 2, 2017, 8:10 p.m. UTC
  Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/sudo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/lfs/sudo b/lfs/sudo
index 9dd72fef5..1c66bc558 100644
--- a/lfs/sudo
+++ b/lfs/sudo
@@ -79,7 +79,7 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 			--with-env-editor \
 			--with-ignore-dot \
 			--with-tty-tickets \
-			--with-passpromt="[sudo] password for %p: " \
+			--with-passprompt="[sudo] password for %p: " \
 			--without-pam
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install