summaryrefslogtreecommitdiff
path: root/FS/FS/API.pm
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-09-29 17:12:26 -0400
committerJeremy Davis <jeremyd@freeside.biz>2015-09-29 17:12:26 -0400
commitf474f79841172f506370814b14a7efe80545f472 (patch)
tree28af018a762f02316461e8f97435011c1b869ba3 /FS/FS/API.pm
parentc74ee632580cc2b90175bb266e442bce54d4b400 (diff)
37669 Fix typo
Diffstat (limited to 'FS/FS/API.pm')
-rw-r--r--FS/FS/API.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/API.pm b/FS/FS/API.pm
index 7ee0802..9dbbc3c 100644
--- a/FS/FS/API.pm
+++ b/FS/FS/API.pm
@@ -24,7 +24,7 @@ This module implements a backend API for advanced back-office integration.
In contrast to the self-service API, which authenticates an end-user and offers
functionality to that end user, the backend API performs a simple shared-secret
authentication and offers full, administrator functionality, enabling
-integration with other back-office systems. Only ccess this API from a secure
+integration with other back-office systems. Only access this API from a secure
network from other backoffice machines. DON'T use this API to create customer
portal functionality.