nendo 0.6.4 → 0.6.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -469,7 +469,7 @@
469
469
  (if (>= j len)
470
470
  (let ((id (reverse id-ls)) ...) (sk ... i))
471
471
  (let ((w (vector-ref v j)))
472
- (match-one w p ((vector-ref v j) (vetor-set! v j))
472
+ (match-one w p ((vector-ref v j) (vector-set! v j))
473
473
  (match-drop-ids (loop (+ j 1) (cons id id-ls) ...))
474
474
  fk i)))))))
475
475