misspelling

This commit is contained in:
anaqreon 2015-01-25 15:49:07 -05:00
parent 4776f62be9
commit 1cbfe5adf1

View file

@ -83,7 +83,7 @@ function viewconnections_content(&$a) {
$tpl = get_markup_template("viewcontact_template.tpl");
$o .= replace_macros($tpl, array(
'$title' => t('View Connnections'),
'$title' => t('View Connections'),
'$contacts' => $contacts,
'$paginate' => paginate($a),
));