summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2019-04-14 19:34:37 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2019-04-14 19:34:37 +0100
commit94036cc7c0dac61ca742f5c68e8a1e0d94bc5ac3 (patch)
treeeb3ebf406ad97fa551cc1e6b63e60dcab74af6cf /libs/pbd
parent2f91bdfa5390bdf992ab7044488b5afb21716661 (diff)
Correct a typo that crept in somewhere
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd/msvc_pbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/msvc_pbd.h b/libs/pbd/pbd/msvc_pbd.h
index a471dd11ba..33d1834b08 100644
--- a/libs/pbd/pbd/msvc_pbd.h
+++ b/libs/pbd/pbd/msvc_pbd.h
@@ -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
};