URI:
       fix small typos - susmb - fork from usmb 20130204: mount SMB/CIFS shares via FUSE
  HTML git clone git://git.codemadness.org/susmb
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7c373a01d301cfedcd1c250467e8d2272b401eb6
   DIR parent ea48a96b4bb81264fb5e125d4b2e2f067e72a815
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon, 23 Feb 2026 20:18:10 +0100
       
       fix small typos
       
       Diffstat:
         M README                              |       2 +-
         M susmb.c                             |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/README b/README
       @@ -33,7 +33,7 @@ in/out of the user process' context. Mitigating factors are:
        Dependencies
        ------------
        
       -- FUSE 2.6 or later (and probably <3).
       +- FUSE 2.6 or later (and probably version <3).
        - libsmbclient 4.20+ (part of Samba) - www.samba.org (samba 3.3+ required).
        
        
   DIR diff --git a/susmb.c b/susmb.c
       @@ -1334,7 +1334,7 @@ main(int argc, char **argv)
        
                opt_mountpoint = xstrdup(argv[1]);
        
       -        /* password is read from enviroment variable.
       +        /* password is read from environment variable.
                   It is assumed the environment is secure */
                if ((tmp = getenv("SMB_PASS")) != NULL) {
                        opt_password = xstrdup(tmp);