grim/purple-objects-docbook

6fe3c31683d2
Some grammar/mechanics/spelling fixes.
<?xml version="1.0" encoding="UTF-8"?>
<hierarchy>
<objects>
<object name="GObject" type="abstract"/>
<object name="PurpleObject" type="abstract"/>
<object name="PurpleCipher" type="abstract"/>
<object name="PurpleDESCipher" type="concrete"/>
<object name="PurpleDES3Cipher" type="concrete"/>
<object name="PurpleHMACCipher" type="concrete"/>
<object name="PurpleMD4Cipher" type="concrete"/>
<object name="PurpleMD5Cipher" type="concrete"/>
<object name="PurpleRC4Cipher" type="concrete"/>
<object name="PurpleSHA1Cipher" type="concrete"/>
</objects>
<relations>
<relation start="PurpleObject" end="GObject" type="is-a"/>
<relation start="PurpleCipher" end="PurpleObject" type="is-a"/>
<relation start="PurpleDESCipher" end="PurpleCipher" type="is-a"/>
<relation start="PurpleDES3Cipher" end="PurpleCipher" type="is-a"/>
<relation start="PurpleHMACCipher" end="PurpleCipher" type="is-a"/>
<relation start="PurpleMD4Cipher" end="PurpleCipher" type="is-a"/>
<relation start="PurpleMD5Cipher" end="PurpleCipher" type="is-a"/>
<relation start="PurpleRC4Cipher" end="PurpleCipher" type="is-a"/>
<relation start="PurpleSHA1Cipher" end="PurpleCipher" type="is-a"/>
</relations>
</hierarchy>
<!--
vi: syntax=xml
-->