]> Sergey Matveev's repositories - nnn.git/commitdiff
docs: fix simple typo: sdtout -> stdout (#755)
authorTim Gates <tim.gates@iress.com>
Mon, 12 Oct 2020 09:32:58 +0000 (20:32 +1100)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 09:32:58 +0000 (15:02 +0530)
src/nnn.c

index b084b495bdd1dda173ce3e586d9f6794aea9a10a..5331dfd7411f330da718986483768d82c3c73043 100644 (file)
--- 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 */