diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2015-09-29 17:14:47 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-09-29 17:14:47 -0400 |
commit | ab9aa5b5d55eb7330b3435819663ef03538278e2 (patch) | |
tree | 43ac3e27a3469d73795bc308aff043d667651fb7 | |
parent | 61e8e75f45382cfa5ad6a52be58c9744dee8cba8 (diff) |
37669 Fix typo
-rw-r--r-- | FS/FS/API.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/API.pm b/FS/FS/API.pm index d331a9b6d..1e960c8d1 100644 --- a/FS/FS/API.pm +++ b/FS/FS/API.pm @@ -23,7 +23,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. |