From bfcf296334fdb8b4800044d6e6dece1176af749d Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 12 Oct 2020 20:32:58 +1100 Subject: docs: fix simple typo: sdtout -> stdout (#755) --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3-70-g09d2