docs: fix simple typo: sdtout -> stdout (#755)

This commit is contained in:
Tim Gates 2020-10-12 20:32:58 +11:00 committed by GitHub
parent d15b47ab86
commit bfcf296334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 */