Skip to content

Commit

Permalink
Fixed a typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lokedhs committed Mar 27, 2013
1 parent 3aa8088 commit 21caa09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# lfarm

lfarm is a Common Lisp library for distributing work across machines
Expand Down Expand Up @@ -196,7 +195,7 @@ implementation:
http://technet.microsoft.com/en-us/library/bb742433.aspx

Once you have the keytab file, make sure that the environment variable
`KRB5_KTNAME` is set to the path of keytab file and that it is
`KRB5_KTNAME` is set to the path of the keytab file and that it is
readable by the lfarm server instance. If not, the server will not be
able to authenticate itself against the client which will prevent it
from connecting.
Expand Down

0 comments on commit 21caa09

Please sign in to comment.