spelling
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4934 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -87,7 +87,7 @@ routine_error(OM_uint32 v)
|
||||
if (v == 0)
|
||||
return "";
|
||||
else if (v >= sizeof(msgs)/sizeof(*msgs))
|
||||
return "unknown ruotine error";
|
||||
return "unknown routine error";
|
||||
else
|
||||
return msgs[v];
|
||||
}
|
||||
|
Reference in New Issue
Block a user