diff options
author | Ross Burton <ross@linux.intel.com> | 2009-05-21 20:55:49 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-05-21 20:55:49 +0100 |
commit | 42d5359233a42b2a97eeded6efd7137ed4fcac9a (patch) | |
tree | f9f9c3c9f7636787daa0025975979f06b1628f1b | |
parent | 435c28a87a64e246194837ded991f0da3c2cfb1d (diff) |
Update comment
-rw-r--r-- | examples/test-oauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test-oauth.c b/examples/test-oauth.c index 7022f69..1477f41 100644 --- a/examples/test-oauth.c +++ b/examples/test-oauth.c @@ -39,7 +39,7 @@ main (int argc, char **argv) "NmUm6hxQ9a4u", /* Consumer Secret */ "t4FM7LiUeD4RBwKSPa6ichKPDh5Jx4kt", - /* FireEagle endpoint, which we bind as required */ + /* FireEagle endpoint */ "https://fireeagle.yahooapis.com/", FALSE); /* First stage authentication, this gets a request token */ |