Skip to content

Commit f4fd4f7

Browse files
authored
Merge pull request #857 from supercaracal/fix-a-typo
Fix a typo
2 parents d21527d + cc6eadf commit f4fd4f7

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)