Skip to content

Commit fc724c7

Browse files
committed
small typo
1 parent b7e9f82 commit fc724c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sequence.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
(back nil))
526526
(setq end1 (+ start1 trimed-end)
527527
end2 (+ start2 trimed-end))
528-
;; set copy bacward flag
528+
;; set copy backward flag
529529
(when (and (%replace-seq-eql seq-1 seq-2)
530530
(<= start2 start1)
531531
(or (and (<= start1 start2) (< start2 end1))

0 commit comments

Comments
 (0)