summaryrefslogtreecommitdiff
path: root/examples/mnist
diff options
context:
space:
mode:
authorZhou Mo <cdluminate@gmail.com>2016-11-27 09:13:42 +0000
committerZhou Mo <cdluminate@gmail.com>2016-11-27 09:13:42 +0000
commitdb6643232cc95ba79f2a21ad98ef15725ee576d6 (patch)
tree10c86bc2f1ec2c9a46cd4c5cceb9a50d95e4d0b4 /examples/mnist
parentb644a87c842702de8291c97fa0e418797092fe41 (diff)
downloadcaffeonacl-db6643232cc95ba79f2a21ad98ef15725ee576d6.tar.gz
caffeonacl-db6643232cc95ba79f2a21ad98ef15725ee576d6.tar.bz2
caffeonacl-db6643232cc95ba79f2a21ad98ef15725ee576d6.zip
fix many typos by using codespell
Diffstat (limited to 'examples/mnist')
-rwxr-xr-xexamples/mnist/train_lenet_docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mnist/train_lenet_docker.sh b/examples/mnist/train_lenet_docker.sh
index 32cf1c8e..e946ba0f 100755
--- a/examples/mnist/train_lenet_docker.sh
+++ b/examples/mnist/train_lenet_docker.sh
@@ -25,7 +25,7 @@ set -e
# executed.
#
# In order to provide additional flexibility, the following shell (environment)
-# variables can be used to controll the execution of each of the phases:
+# variables can be used to control the execution of each of the phases:
#
# DOWNLOAD_DATA: Enable (1) or disable (0) the downloading of the MNIST dataset
# CREATE_LMDB: Enable (1) or disable (0) the creation of the LMDB database