diff options
author | Peter von Kaehne <refdoc@gmx.net> | 2010-08-04 11:36:56 +0000 |
---|---|---|
committer | Peter von Kaehne <refdoc@gmx.net> | 2010-08-04 11:36:56 +0000 |
commit | 3679c8c27318ab724daaa5977e8fae2cdf3de006 (patch) | |
tree | 57ff843ee7a091859f97ad477fd8f5d1e74fc1c3 | |
parent | c054571c4f391569aa639f35302df4e79f619b04 (diff) | |
download | sword-tools-3679c8c27318ab724daaa5977e8fae2cdf3de006.tar.gz |
small typo corrected
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@289 07627401-56e2-0310-80f4-f8cd0041bdcd
-rw-r--r-- | modules/perlconverters/mdb2osis.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/perlconverters/mdb2osis.pl b/modules/perlconverters/mdb2osis.pl index 5bf995e..e5cf42e 100644 --- a/modules/perlconverters/mdb2osis.pl +++ b/modules/perlconverters/mdb2osis.pl @@ -70,7 +70,7 @@ if (scalar(@ARGV) < 2) { $osisWork = $ARGV[0]; if ($ARGV[2] eq "-o") { - $outputFilename = "$ARGV[3];" + $outputFilename = "$ARGV[3]"; } else { $outputFilename = "$osisWork.osis.xml"; |