Skip to content

Commit 050503c

Browse files
caicancai1996fanrui
authored andcommitted
[Hotfix] fix typo for pipelne
1 parent 620e597 commit 050503c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontendParser.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public class CliFrontendParser {
216216
"d",
217217
"drain",
218218
false,
219-
"Send MAX_WATERMARK before taking the savepoint and stopping the pipelne.");
219+
"Send MAX_WATERMARK before taking the savepoint and stopping the pipeline.");
220220

221221
public static final Option PY_OPTION =
222222
new Option(

0 commit comments

Comments
 (0)