changeset 1597:5ba1cdf0d2f7

Typofix "file-exit" to "file-ext".
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Sep 2007 04:00:24 +0300
parents 9ad9b3479b38
children 15c07b4cc459
files src/cue/cuesheet.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cue/cuesheet.c	Wed Sep 05 02:29:16 2007 +0300
+++ b/src/cue/cuesheet.c	Wed Sep 05 04:00:24 2007 +0300
@@ -291,7 +291,7 @@
 
     _tuple_copy_field(phys_tuple, out, "file-path");
     _tuple_copy_field(phys_tuple, out, "file-name");
-    _tuple_copy_field(phys_tuple, out, "file-exit");
+    _tuple_copy_field(phys_tuple, out, "file-ext");
     _tuple_copy_field(phys_tuple, out, "codec");
     _tuple_copy_field(phys_tuple, out, "quality");
     _tuple_copy_field(phys_tuple, out, "copyright");