Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
3af25fe2
Commit
3af25fe2
authored
Jan 26, 2010
by
Rommel M. Martinez
Browse files
Fix minor typos
parent
2387083f
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.source-registry
View file @
3af25fe2
...
...
@@ -36,7 +36,7 @@ Configurations specify paths where to find system files.
if it exists.
6- The source registry will be configured from
system configuration
file
system configuration
directory
``/etc/common-lisp/source-registry.conf.d/``
if it exists.
...
...
asdf.lisp
View file @
3af25fe2
...
...
@@ -2129,7 +2129,7 @@ with a different configuration, so the configuration would be re-read then."
(
defun
validate-source-registry-file
(
file
)
(
let
((
forms
(
read-file-forms
file
)))
(
unless
(
length=n-p
forms
1
)
(
error
"On
ly
and only one form allowed for source registry. Got: ~S~%"
forms
))
(
error
"On
e
and only one form allowed for source registry. Got: ~S~%"
forms
))
(
validate-source-registry-form
(
car
forms
))))
(
defun
validate-source-registry-directory
(
directory
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment