You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/12/04 09:07:19 UTC

flink git commit: [hotfix][docs] Fix typo in checkpointing doc

Repository: flink
Updated Branches:
  refs/heads/master e1d656621 -> dbb77ed7c


[hotfix][docs] Fix typo in checkpointing doc

This closes #5110.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/dbb77ed7
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/dbb77ed7
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/dbb77ed7

Branch: refs/heads/master
Commit: dbb77ed7c454b151c5668fc5d2ab01ef6716c609
Parents: e1d6566
Author: nichuanlei <ni...@360.cn>
Authored: Fri Dec 1 22:06:21 2017 +0800
Committer: zentol <ch...@apache.org>
Committed: Mon Dec 4 10:07:14 2017 +0100

----------------------------------------------------------------------
 docs/dev/stream/state/checkpointing.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/dbb77ed7/docs/dev/stream/state/checkpointing.md
----------------------------------------------------------------------
diff --git a/docs/dev/stream/state/checkpointing.md b/docs/dev/stream/state/checkpointing.md
index 4994ac7..1eb7a33 100644
--- a/docs/dev/stream/state/checkpointing.md
+++ b/docs/dev/stream/state/checkpointing.md
@@ -59,7 +59,7 @@ Other parameters for checkpointing include:
     started no sooner than 5 seconds after the previous checkpoint completed, regardless of the checkpoint duration and the checkpoint interval.
     Note that this implies that the checkpoint interval will never be smaller than this parameter.
     
-    It is often easier to configure applications by defining the "time between checkpoints" then the checkpoint interval, because the "time between checkpoints"
+    It is often easier to configure applications by defining the "time between checkpoints" than the checkpoint interval, because the "time between checkpoints"
     is not susceptible to the fact that checkpoints may sometimes take longer than on average (for example if the target storage system is temporarily slow).
 
     Note that this value also implies that the number of concurrent checkpoints is *one*.