From 1cbfe5adf1b1c69e55d1eef68da609f9c3d3179f Mon Sep 17 00:00:00 2001 From: anaqreon Date: Sun, 25 Jan 2015 15:49:07 -0500 Subject: misspelling --- mod/viewconnections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/viewconnections.php b/mod/viewconnections.php index 40d26c823..aab136c43 100644 --- a/mod/viewconnections.php +++ b/mod/viewconnections.php @@ -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), )); -- cgit v1.2.3