diff options
Diffstat (limited to 'mod/viewconnections.php')
-rw-r--r-- | mod/viewconnections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/viewconnections.php b/mod/viewconnections.php index d4731d8c4..e97c77e76 100644 --- a/mod/viewconnections.php +++ b/mod/viewconnections.php @@ -82,7 +82,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), )); |