1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-28 00:00:18 +01:00

Fix some spelling mistakes.

This commit is contained in:
freddii
2021-01-12 09:54:34 +00:00
committed by Leland Lucius
parent afb286ab7e
commit edb00dd422

View File

@@ -1429,7 +1429,7 @@ loop
;; ;;
;; Time transformation: the envelope is not warped; the start time and ;; Time transformation: the envelope is not warped; the start time and
;; stop times are warped to global time. Then the value of *SUSTAIN* at ;; stop times are warped to global time. Then the value of *SUSTAIN* at
;; the begining of the envelope is used to determing absolute duration. ;; the beginning of the envelope is used to determing absolute duration.
;; Since PWL is ultimately called to create the envelope, we must use ;; Since PWL is ultimately called to create the envelope, we must use
;; ABS-ENV to prevent any further transforms inside PWL. We use ;; ABS-ENV to prevent any further transforms inside PWL. We use
;; (AT global-start ...) inside ABS-ENV so that the final result has ;; (AT global-start ...) inside ABS-ENV so that the final result has