Fix source typos (heirarchy->hierarchy)

This commit is contained in:
luz paz
2022-04-08 14:09:37 -04:00
committed by Robin Gareus
parent 5bf088e8d1
commit fb55878375
4 changed files with 9 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ Transmitter::Transmitter (Channel c)
case Throw:
/* we should never call Transmitter::deliver
for thrown messages (because its overridden in the
class heirarchy). force a segv if we do.
class hierarchy). force a segv if we do.
*/
send = 0;
break;