diff options
author | redmatrix <git@macgirvin.com> | 2016-07-28 13:10:19 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-28 13:10:19 -0700 |
commit | 4ce8f965aab8cfb09fc9f102f771cf67a7ee84fa (patch) | |
tree | 12b7ebf40d82b388f6fae68180ae464e07854cd2 /include/api.php | |
parent | 02fc082e45cfaf6b313f40f1107122837019dd32 (diff) | |
download | volse-hubzilla-4ce8f965aab8cfb09fc9f102f771cf67a7ee84fa.tar.gz volse-hubzilla-4ce8f965aab8cfb09fc9f102f771cf67a7ee84fa.tar.bz2 volse-hubzilla-4ce8f965aab8cfb09fc9f102f771cf67a7ee84fa.zip |
issue #466, sql typo
Diffstat (limited to 'include/api.php')
-rw-r--r-- | include/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/api.php b/include/api.php index f52b03240..2587a72bb 100644 --- a/include/api.php +++ b/include/api.php @@ -13,7 +13,7 @@ require_once('include/api_auth.php'); /* * - * Red API. Loosely based on and possibly compatible with a Twitter-Like API but all similarities end there. + * Hubzilla API. Loosely based on and possibly compatible with Twitter-Like (v1.0) API but all similarities end there. * */ |