diff options
author | anaqreon <tamanning@zoho.com> | 2015-01-25 15:49:07 -0500 |
---|---|---|
committer | anaqreon <tamanning@zoho.com> | 2015-01-25 15:49:07 -0500 |
commit | 1cbfe5adf1b1c69e55d1eef68da609f9c3d3179f (patch) | |
tree | 635cd804a0e8871da007b822d381648802f74d80 /mod/viewconnections.php | |
parent | 4776f62be9066a0e35a3b578a7502336effbb6a9 (diff) | |
download | volse-hubzilla-1cbfe5adf1b1c69e55d1eef68da609f9c3d3179f.tar.gz volse-hubzilla-1cbfe5adf1b1c69e55d1eef68da609f9c3d3179f.tar.bz2 volse-hubzilla-1cbfe5adf1b1c69e55d1eef68da609f9c3d3179f.zip |
misspelling
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 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), )); |