ref: 3ed26bcf5fcfbb65056e5c1276d709a43619d3fc
parent: 7c620bf63e1111ab49271b80cb1b88a3c9e14fc1
author: rrt <rrt>
date: Fri Feb 2 20:43:17 EST 2007
Cosmetic improvement to error and comment.
--- a/src/wav.c
+++ b/src/wav.c
@@ -1454,13 +1454,13 @@
/* figured out header info, so write it */
- /* If user specified opposite swap then we think, assume they are
+ /* If user specified opposite swap than we think, assume they are
* asking to write a RIFX file.
*/
if (ft->signal.reverse_bytes != ST_IS_BIGENDIAN)
{
if (!second_header)
- st_report("Requested to swap bytes so writing RIFX header");
+ st_report("Requested to swap bytes so writing RIFX header");
st_writes(ft, "RIFX");
}
else