Commit 53ecfba2 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Merge remote-tracking branch 'teor/fix-typos'

parents 33df3e37 5ac26cb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2966,7 +2966,7 @@ expand_filename(const char *filename)
      tor_free(username);
      rest = slash ? (slash+1) : "";
#else
      log_warn(LD_CONFIG, "Couldn't expend homedir on system without pwd.h");
      log_warn(LD_CONFIG, "Couldn't expand homedir on system without pwd.h");
      return tor_strdup(filename);
#endif
    }