aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tim Gates <tim.gates@iress.com>2020-10-12 20:32:58 +1100
committerGravatar GitHub <noreply@github.com>2020-10-12 15:02:58 +0530
commitbfcf296334fdb8b4800044d6e6dece1176af749d (patch)
tree4b190e692612324d42caa6ac0cf8180903c4d01d
parentd15b47ab86f46bffb73df2363354e2e0c5fc4789 (diff)
downloadnnn-bfcf296334fdb8b4800044d6e6dece1176af749d.tar.gz
docs: fix simple typo: sdtout -> stdout (#755)
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index b084b49..5331dfd 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -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 */