Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Lebresne committed Feb 13, 2012
1 parent 8a0d0e8 commit 7d802df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccmlib/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_cassandra_dir(self):
common.validate_cassandra_dir(self.__cassandra_dir)
return self.__cassandra_dir

def set_cassandra_dir(self, ccassandra_dir=None, cassandra_version=None, verbose=False):
def set_cassandra_dir(self, cassandra_dir=None, cassandra_version=None, verbose=False):
"""
Sets the path to the cassandra source directory for use by this node.
"""
Expand Down

0 comments on commit 7d802df

Please sign in to comment.