Index: openacs-4/packages/acs-service-contract/www/doc/index.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/www/doc/index.html,v
diff -u -r1.3.2.1 -r1.3.2.2
--- openacs-4/packages/acs-service-contract/www/doc/index.html 21 Aug 2015 10:28:46 -0000 1.3.2.1
+++ openacs-4/packages/acs-service-contract/www/doc/index.html 21 Apr 2017 16:21:48 -0000 1.3.2.2
@@ -24,7 +24,7 @@
documentation through ad_proc.
The Service Contract interface specification was inspired by
WDSL, the interface specfication for web services.
Hitchiker's Guide to Service Contract Definitions
-- contract - analagous to interface, contracts serve as logical
+
- contract - analogous to interface, contracts serve as logical
containers for operations.
- operation - a method of an interface. defines a method signature,
including both input and outputs as well as metadata
@@ -34,7 +34,7 @@
- implementation alias - is the method of an implementation that
fufills a given operation of the contract.
- bindings - association between an interface and an implementation.
-- types - define the kind of input and outputs a operation recieves.
+- types - define the kind of input and outputs a operation receives.
Usage
Design the Contract