From: Tim Gates Date: Mon, 12 Oct 2020 09:32:58 +0000 (+1100) Subject: docs: fix simple typo: sdtout -> stdout (#755) X-Git-Tag: v3.5~35 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bfcf296334fdb8b4800044d6e6dece1176af749d;p=nnn.git docs: fix simple typo: sdtout -> stdout (#755) --- diff --git a/src/nnn.c b/src/nnn.c index b084b495..5331dfd7 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 */