Fix common misspellings

Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Esse commit está contido em:
Lucas De Marchi
2011-03-30 22:57:33 -03:00
commit 25985edced
2463 arquivos alterados com 4252 adições e 4252 exclusões

Ver arquivo

@@ -241,7 +241,7 @@ static inline int ghes_severity(int severity)
case CPER_SEV_FATAL:
return GHES_SEV_PANIC;
default:
/* Unkown, go panic */
/* Unknown, go panic */
return GHES_SEV_PANIC;
}
}