diff options
author | Sven Eden <yamakuzure@gmx.net> | 2013-11-25 08:20:41 +0100 |
---|---|---|
committer | Sven Eden <yamakuzure@gmx.net> | 2013-11-25 08:20:41 +0100 |
commit | ea1cc83f1b99f71b3a8b75326579dc7d544c2c47 (patch) | |
tree | 184f90cb02195099b3c587649e70e62fd22ca646 | |
parent | TODO: Added mandatory fix of current problem with overlong USE flags in make.... (diff) | |
download | ufed-ea1cc83f1b99f71b3a8b75326579dc7d544c2c47.tar.gz ufed-ea1cc83f1b99f71b3a8b75326579dc7d544c2c47.tar.bz2 ufed-ea1cc83f1b99f71b3a8b75326579dc7d544c2c47.zip |
ufed.pl.in: Fixed a typo
-rw-r--r-- | ufed.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |