diff options
author | Tim Gates <tim.gates@iress.com> | 2020-10-12 20:32:58 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 15:02:58 +0530 |
commit | bfcf296334fdb8b4800044d6e6dece1176af749d (patch) | |
tree | 4b190e692612324d42caa6ac0cf8180903c4d01d | |
parent | d15b47ab86f46bffb73df2363354e2e0c5fc4789 (diff) | |
download | nnn-bfcf296334fdb8b4800044d6e6dece1176af749d.tar.gz |
docs: fix simple typo: sdtout -> stdout (#755)
-rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -318,7 +318,7 @@ typedef struct { uint initfile : 1; /* Positional arg is a file */ uint dircolor : 1; /* Current status of dir color */ uint picker : 1; /* Write selection to user-specified file */ - uint pickraw : 1; /* Write selection to sdtout before exit */ + uint pickraw : 1; /* Write selection to stdout before exit */ uint runplugin : 1; /* Choose plugin mode */ uint runctx : 2; /* The context in which plugin is to be run */ uint selmode : 1; /* Set when selecting files */ |