diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-13 13:04:38 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-13 13:04:38 -0400 |
commit | 28bdd2da48e3e7f1326cb34e38f3916bb09772a5 (patch) | |
tree | f7bb44738bd3efa253e3ab8b9d6b7b57dd4bfe06 /Command | |
parent | 5a08f37451d58c973a6264ecdee13fe4ea9128f3 (diff) |
correct comment
Diffstat (limited to 'Command')
-rw-r--r-- | Command/LockContent.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/LockContent.hs b/Command/LockContent.hs index ce812ef30..de697c090 100644 --- a/Command/LockContent.hs +++ b/Command/LockContent.hs @@ -22,7 +22,7 @@ seek :: CmdParams -> CommandSeek seek = withWords start -- First, lock the content. Then, make sure the content is actually --- present, and print out a "1". Wait for the caller to send a line before +-- present, and print out "OK". Wait for the caller to send a line before -- dropping the lock. start :: [String] -> CommandStart start [ks] = do |