From: Jeremy Davis Date: Tue, 29 Sep 2015 21:12:26 +0000 (-0400) Subject: 37669 Fix typo X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f474f79841172f506370814b14a7efe80545f472 37669 Fix typo --- diff --git a/FS/FS/API.pm b/FS/FS/API.pm index 7ee080257..9dbbc3c4f 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.