diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-04 09:04:41 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-04 13:01:23 -0400 |
commit | 4586e15f457706f1f33bda271583b3401803e50e (patch) | |
tree | 01288137b92a4bf2fa9e1a0221e73c7822ff8b3b /actions | |
parent | 3997682d26d7ed48361610892b65ace9097f5fc0 (diff) |
fix comment to note that xrds file is for OMB not OpenID
Diffstat (limited to 'actions')
-rw-r--r-- | actions/xrds.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/xrds.php b/actions/xrds.php index 9327a3c83..3c7521884 100644 --- a/actions/xrds.php +++ b/actions/xrds.php @@ -1,7 +1,7 @@ <?php /** - * XRDS for OpenID + * XRDS for OpenMicroBlogging * * PHP version 5 * @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { require_once INSTALLDIR.'/lib/omb.php'; /** - * XRDS for OpenID + * XRDS for OpenMicroBlogging * * @category Action * @package Laconica |