Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394583
D7856.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
D7856.diff
View Options
diff --git a/DESIGN.md b/DESIGN.md
--- a/DESIGN.md
+++ b/DESIGN.md
@@ -10,4 +10,4 @@
For instance, the user created date is probably set to `time.now()` when creating through
the api, but we may want the user creation date to be set to what it was in the previous
system.
-* Each forge gets it's own component, and implements some top level generic methods.
+* Each forge gets its own component, and implements some top level generic methods.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
To configure:
```
-$ cp config/config.lisp.tmpl config/config.lisp
+$ cp config/config.lisp.tmpl config/config.lisp
$ $EDITOR config/config.lisp
```
@@ -36,7 +36,7 @@
# Postmortem
-After run, if `forgerie-core:*log-mapping-errors*` is turned out, running
+After run, if `forgerie-core:*log-mapping-errors*` is turned on, running
`bin/postmortem` will dump out a log of all the errors that happened
during the run
diff --git a/bin/build-config-tmpl b/bin/build-config-tmpl
--- a/bin/build-config-tmpl
+++ b/bin/build-config-tmpl
@@ -9,7 +9,7 @@
(with-open-file (str "config/config.lisp.tmpl" :direction :output :if-exists :supersede)
(format str
-";;;; This template file is generated by bin/build-config-templ and should not be edited manuall.
+";;;; This template file is generated by bin/build-config-templ and should not be edited manually.
;;;;
;;;; Install by copying to config.lisp~%~%")
(mapcar
@@ -20,7 +20,7 @@
(let
((variable-name (if (listp variable-def) (car variable-def) variable-def))
(default (if (listp variable-def) (cadr variable-def) "nil")))
- (format str
+ (format str
"~{;~A~%~}(setf ~(~A~):~(~A~) ~A)~%~%"
(mapcar
(lambda (line)
diff --git a/config/config.lisp.tmpl b/config/config.lisp.tmpl
--- a/config/config.lisp.tmpl
+++ b/config/config.lisp.tmpl
@@ -1,4 +1,4 @@
-;;;; This template file is generated by bin/build-config-templ and should not be edited manuall.
+;;;; This template file is generated by bin/build-config-templ and should not be edited manually.
;;;;
;;;; Install by copying to config.lisp
@@ -56,7 +56,7 @@
;
; Where the KEY is the database id of the project, and the SLUG is which repository that this
; project should be a primary project of. Then the project will be removed from all other
-; repositories it mgiht be assigned to. The ramification of this is that tasks that are
+; repositories it might be assigned to. The ramification of this is that tasks that are
; part of this project, for instance, will be assigned to the repository in various forgeries
; that link project and repository.
(setf forgerie-phabricator:*project-assignment-overrides* nil)
@@ -169,4 +169,3 @@
; If non nil, will only add users to the gitlab instance if they are active in the
; items also coming over for processing. Useful when doing piecemeal conversions.
(setf forgerie-gitlab:*limit-to-active-users* nil)
-
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 3 2025, 7:26 PM (9 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3219151
Attached To
D7856: docs: Fix typos and clean up whitespace
Event Timeline
Log In to Comment