Skip to content

Commit

Permalink
Fix :documentation typo in package definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
xach committed Mar 10, 2012
1 parent f92be62 commit 6a244de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.lisp
@@ -1,7 +1,7 @@
;;;; package.lisp

(defpackage #:quickproject
(:docuemntation "The Quickproject package.")
(:documentation "The Quickproject package.")
(:use #:cl)
(:export #:make-project
#:*after-make-project-hooks*
Expand Down

0 comments on commit 6a244de

Please sign in to comment.