diff options
author | Zach Copley <zach@status.net> | 2010-02-10 18:55:14 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-11 13:56:05 -0800 |
commit | e2c0f59414dd7e9a33ffbae7307b81a85c2c168b (patch) | |
tree | d10b1f7f4b3220124a03f7f7d019632eb1e7c469 /lib/atom10feed.php | |
parent | ce3c3be1bf971329f82bedbf3aae636e3c8ecbf9 (diff) |
Some upgrades to Atom output for OStatus
Diffstat (limited to 'lib/atom10feed.php')
-rw-r--r-- | lib/atom10feed.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atom10feed.php b/lib/atom10feed.php index 9dd8ebc9b..01fc69072 100644 --- a/lib/atom10feed.php +++ b/lib/atom10feed.php @@ -153,7 +153,7 @@ class Atom10Feed extends XMLStringer * Assumes you want rel="alternate" and type="text/html" unless * you send in $otherAttrs. * - * @param string $uri the uri the href need to point to + * @param string $uri the uri the href needs to point to * @param array $otherAttrs other attributes to stick in * * @return void |