summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2013-11-25 08:20:41 +0100
committerSven Eden <yamakuzure@gmx.net>2013-11-25 08:20:41 +0100
commitea1cc83f1b99f71b3a8b75326579dc7d544c2c47 (patch)
tree184f90cb02195099b3c587649e70e62fd22ca646
parentTODO: Added mandatory fix of current problem with overlong USE flags in make.... (diff)
downloadufed-ea1cc83f1b99f71b3a8b75326579dc7d544c2c47.tar.gz
ufed-ea1cc83f1b99f71b3a8b75326579dc7d544c2c47.tar.bz2
ufed-ea1cc83f1b99f71b3a8b75326579dc7d544c2c47.zip
ufed.pl.in: Fixed a typo
-rw-r--r--ufed.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufed.pl.in b/ufed.pl.in
index 58e4d9c..be20b02 100644
--- a/ufed.pl.in
+++ b/ufed.pl.in
@@ -45,7 +45,7 @@ sub finalise {
return @result;
}
-# Launch the curses inteface. Communication is done using
+# Launch the curses interface. Communication is done using
# pipes. Waiting for pipe read/write to finish is done
# automatically.
# No parameters accepted.