diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-06-28 00:57:23 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-06-28 00:57:23 -0700 |
commit | fcd1c0609410626f03936fb46c24d45a9cc61808 (patch) | |
tree | 02e1b55a0c743fd593ba2a60a175296b3d8f99a3 | |
parent | ce5f9fdd644365ce377232af6d66c1c6c97e8ee5 (diff) |
spelling
-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 77dbf877a..2105409c5 100644 --- a/FS/FS/API.pm +++ b/FS/FS/API.pm @@ -28,7 +28,7 @@ integration with other back-office systems. If accessing this API remotely with XML-RPC or JSON-RPC, be careful to block the port by default, only allow access from back-office servers with the same security precations as the Freeside server, and encrypt the communication -channel (for exampple, with an SSH tunnel or VPN) rather than accessing it +channel (for example, with an SSH tunnel or VPN) rather than accessing it in plaintext. =head1 METHODS |