Correct a misspelled error code in <gsos.h>.

This commit is contained in:
Stephen Heumann 2024-01-18 17:55:41 -06:00
parent d7cc9b5909
commit 2ca4aba5c4
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
#define invalidFSTop 0x0065 /* invalid FST operation */
#define fstCaution 0x0066 /* FST handled call, but result is weird */
#define devNameErr 0x0067 /* device exists with same name as replacement name */
#define defListFull 0x0068 /* device list is full */
#define devListFull 0x0068 /* device list is full */
#define supListFull 0x0069 /* supervisor list is full */
#define fstError 0x006a /* generic FST error */
#define resExistsErr 0x0070 /* cannot expand file, resource already exists */