pidgin/pidgin

Fix several minor typos

5 months ago, Elliott Sales de Andrade
c035e2eba80d
Fix several minor typos

Testing Done:
Ran `codespell` on stuff and saw fewer typos (most of the rest are not actually typos but things like people's names.)

Reviewed at https://reviews.imfreedom.org/r/2911/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)