Correct a typo that crept in somewhere
authorJohn Emmas <johne53@tiscali.co.uk>
Sun, 14 Apr 2019 18:34:37 +0000 (19:34 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Sun, 14 Apr 2019 18:34:37 +0000 (19:34 +0100)
libs/pbd/pbd/msvc_pbd.h

index a471dd11bae11d3dce3a6488bba3691d310f7da4..33d1834b088f300811b02242d179721e493039ef 100644 (file)
@@ -166,7 +166,7 @@ struct dirent
 {
        long            d_ino;                // Always zero
        unsigned short  d_reclen;             // Always zero
-       unsigned shor   d_namlen;             // Length of name in d_name
+       unsigned short  d_namlen;             // Length of name in d_name
        char            d_name[FILENAME_MAX]; // File name
 };