ref: 28c12531f1d7143a83013300edd11974feb4c9cc
parent: 612607a2764f61f444194f0f2a5e85d275c244fa
author: rrt <rrt>
date: Tue Feb 13 08:07:56 EST 2007
Correct typo in comment.
--- a/src/sox.c
+++ b/src/sox.c
@@ -557,7 +557,7 @@
static void optimize_trim(void)
{
/* Speed hack. If the "trim" effect is the first effect then
- * peak inside its "effect descriptor" and see what the
+ * peek inside its "effect descriptor" and see what the
* start location is. This has to be done after its start()
* is called to have the correct location.
* Also, only do this when only working with one input file.