Browse Source

fix typo in newly-added error message for EOWNERDEAD

Rich Felker 12 years ago
parent
commit
b9e08308f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/errno/__strerror.h

+ 1 - 1
src/errno/__strerror.h

@@ -61,7 +61,7 @@ E(ENOLCK,       "No locks available")
 
 E(EDEADLK,      "Resource deadlock would occur")
 E(ENOTRECOVERABLE, "State not recoverable")
-E(EOWNERDEAR,   "Previous owner died")
+E(EOWNERDEAD,   "Previous owner died")
 E(ECANCELED,    "Operation canceled")
 E(ENOSYS,       "Function not implemented")
 E(ENOMSG,       "No message of desired type")