]> git.mxchange.org Git - friendica.git/commitdiff
fixed typo
authorrabuzarus <>
Sat, 22 Apr 2017 20:10:43 +0000 (22:10 +0200)
committerrabuzarus <>
Sat, 22 Apr 2017 20:10:43 +0000 (22:10 +0200)
mod/profile.php

index 259e0860825c1c11a0c33713b54fe61c5be07129..3e98906b346feb563384d504685dd614dd61f169 100644 (file)
@@ -304,7 +304,7 @@ function profile_content(App $a, $update = 0) {
        $parents_str = '';
 
        // Set a time stamp for this page. We will make use of it when we
-       // search fornew items (update routine)
+       // search for new items (update routine)
        $_SESSION['last_updated'][$last_updated_key] = time();
 
        if (dbm::is_result($r)) {