Skip to content

Commit cc6eadf

Browse files
committed
Fix a typo
1 parent d21527d commit cc6eadf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ start_cluster: ${BINARY}
109109
done
110110

111111
create_cluster:
112-
@bin/cluster_creater ${CLUSTER_ADDRS}
112+
@bin/cluster_creator ${CLUSTER_ADDRS}
113113

114114
clean:
115115
@(test -d ${BUILD_DIR} && cd ${BUILD_DIR}/src && make clean distclean) || true

0 commit comments

Comments
 (0)