Skip to content

Commit

Permalink
Merge pull request #85 from xuwei-k/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
patelh committed Jul 6, 2015
2 parents ac71562 + 27b171a commit 22ecda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/kafka/manager/utils/ZkUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ object ZkUtils {

/**
* Update the value of a persistent node with the given path and data.
* create parrent directory if necessary. Never throw NodeExistException.
* create parent directory if necessary. Never throw NodeExistException.
* Return the updated path zkVersion
*/
def updatePersistentPath(curator: CuratorFramework, path: String, ba: Array[Byte], version: Int = -1) = {
Expand Down

0 comments on commit 22ecda9

Please sign in to comment.