summaryrefslogtreecommitdiff
path: root/build_dataset.pl
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-12 17:07:37 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-12 17:07:37 +0200
commit0aa9d6c020fc737d62ad2c784a5e431beb308996 (patch)
treef1f960e6510a786b7744a2bd5aa4399ec91997fa /build_dataset.pl
parenta8a6cb3902acd8132a7a91d41d6cfa6ab006ec28 (diff)
typo
Diffstat (limited to 'build_dataset.pl')
-rwxr-xr-xbuild_dataset.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_dataset.pl b/build_dataset.pl
index 57b2292..fa13795 100755
--- a/build_dataset.pl
+++ b/build_dataset.pl
@@ -37,7 +37,7 @@ my $i;
my $j;
my $dir;
my $src;
-my $dest;
+my $dst;
for ($i = 0; $i < $count; $i++) {
if (($i % $test_split) != ($test_split-1)) {
$dir = $thumbs_dir . "train_";