You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2017/11/28 00:17:41 UTC

[beam] branch master updated: Fix typo in proto files.

This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ee52e4  Fix typo in proto files.
5ee52e4 is described below

commit 5ee52e41df0ac4b08e2b3f68726d917e01d9e0e1
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Mon Nov 27 16:17:39 2017 -0800

    Fix typo in proto files.
---
 model/fn-execution/src/main/proto/beam_provision_api.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/model/fn-execution/src/main/proto/beam_provision_api.proto b/model/fn-execution/src/main/proto/beam_provision_api.proto
index 086af10..9c19816 100644
--- a/model/fn-execution/src/main/proto/beam_provision_api.proto
+++ b/model/fn-execution/src/main/proto/beam_provision_api.proto
@@ -72,7 +72,7 @@ message Resources {
         // (optional) Hard limit in bytes. A zero value means unspecified.
         uint64 size = 1;
 
-        // TOOD(herohde) 10/20/2017: consider soft limits, shm usage?
+        // TODO(herohde) 10/20/2017: consider soft limits, shm usage?
     }
     // (optional) Memory usage limits. SDKs can use this value to configure
     // internal buffer sizes and language specific sizes.

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].