aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/viewconnections.php2
1 files changed, 1 insertions, 1 deletions
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),
));