Fix a typo of storlet engine overview document

Current document says "All the storlets being executed on data
objects belonging to SOME account, will be executed in the same
Docker container." But SOME is not correct, SAME is correct.
This patch fixes the small typo.

Change-Id: I4974506eaa5b438f7ca1f97fedca683c8574e033
This commit is contained in:
Kazuhiro MIYAHARA 2017-12-04 10:47:02 +00:00
parent 8127ee4abd
commit a3e39a50af
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ The storlet engine is tightly coupled with accounts in Swift in the following ma
container can be invoked on any data object in that account, given that the invoking user
has read permissions to the "storlet" container.
#. Each account has a separate Docker image (and container) where storlets are being executed.
All the storlets being executed on data objects belonging to some account, will be executed
All the storlets being executed on data objects belonging to same account, will be executed
in the same Docker container. This facilitates having different images for different Swift
accounts. The Docker image name must be the account id to which it belongs.