Fixed additional typos in comments and log messages.

This commit is contained in:
Tobias Brunner
2012-01-12 11:42:42 +01:00
parent d887b8e134
commit 35a1986142
15 changed files with 20 additions and 20 deletions
@@ -87,7 +87,7 @@ METHOD(pts_component_t, measure, status_t,
if (!pts->read_pcr(pts, extended_pcr, &pcr_after))
{
DBG1(DBG_PTS, "error occured while reading PCR: %d", extended_pcr);
DBG1(DBG_PTS, "error occurred while reading PCR: %d", extended_pcr);
return FAILED;
}