pidgin/pidgin

Fix a typo

2019-11-17, Gary Kramlich
31c188299a27
Fix a typo
ticker_SOURCES = [
'gtkticker.c',
'gtkticker.h',
'ticker.c'
]
if PLUGINS
ticker = library('ticker', ticker_SOURCES,
dependencies : [libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : true, install_dir : PIDGIN_PLUGINDIR)
endif