ii

My fork of https://tools.suckless.org/ii/
git clone https://git.inz.fi/ii
Log | Files | Refs | README | LICENSE

commit dce88f7953e6aae855d22c8d9cbd55694fbf2c87
parent 061faac6ec27a2c7ab6afc630e85ec7ceef047ec
Author: nion@noname <unknown>
Date:   Wed, 18 Jan 2006 18:21:22 +0100

typo fix

Diffstat:
MFAQ | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/FAQ b/FAQ @@ -5,9 +5,9 @@ Where is IRC command xy (ignore etc.)? ii is for advanced users, please use standard tools like awk, sed and grep for this. This can be done easily and will not bloat the code. -Where is a graphical interface? +Where is a graphical interface? ------------------------------- -Basically ii follows the UNIX philosophie so it is only file based. But it +Basically ii follows the UNIX philosophy so it is only file based. But it should be easy to build different interface because they only have to handle the FIFOs and output files. Feel free to implement or wait until we have done this.