diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 00:06:30 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 00:21:49 -0500 |
commit | 8186c2a65e3af0ca46ac931fbe32067b65325d52 (patch) | |
tree | b9dc01d75ee864853a92f0ec31427c05170e581c /web/lib/aurjson.class.php | |
parent | c3f464f50fb35ffb7825b90437bd912051a994ee (diff) |
Re-brand to clarify that the software is aurweb, the instance is the AUR.
Diffstat (limited to 'web/lib/aurjson.class.php')
-rw-r--r-- | web/lib/aurjson.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index 3bd9179..e12d50d 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -3,7 +3,7 @@ include_once("aur.inc.php"); /* - * This class defines a remote interface for fetching data from the AUR using + * This class defines a remote interface for fetching data from aurweb using * JSON formatted elements. * * @package rpc |