fix typos
diff --git a/docker/testing/ubuntu1810_j11.docker b/docker/testing/ubuntu1810_j11.docker
index 328cd31..835d2ad 100644
--- a/docker/testing/ubuntu1810_j11.docker
+++ b/docker/testing/ubuntu1810_j11.docker
@@ -81,7 +81,7 @@
     echo 'export JAVA_HOME=$JAVA8_HOME' >> /home/cassandra/.bashrc
 
 # run pip commands and setup virtualenv (note we do this after we switch to cassandra user so we
-# setup the virtualenv for the cassandrauser and not the root user by acident)
+# setup the virtualenv for the cassandra user and not the root user by accident)
 RUN virtualenv --python=python3.6 --no-site-packages env
 RUN chmod +x env/bin/activate
 RUN /bin/bash -c "source ~/env/bin/activate && pip3 install Cython && pip3 install -r /opt/requirements.txt && pip3 freeze --user"
diff --git a/docker/testing/ubuntu18_j11.docker b/docker/testing/ubuntu18_j11.docker
index d54eb5e..7e92c0f 100644
--- a/docker/testing/ubuntu18_j11.docker
+++ b/docker/testing/ubuntu18_j11.docker
@@ -81,7 +81,7 @@
     echo 'export JAVA_HOME=$JAVA8_HOME' >> /home/cassandra/.bashrc
 
 # run pip commands and setup virtualenv (note we do this after we switch to cassandra user so we
-# setup the virtualenv for the cassandrauser and not the root user by acident)
+# setup the virtualenv for the cassandra user and not the root user by accident)
 RUN virtualenv --python=python3.6 --no-site-packages env
 RUN chmod +x env/bin/activate
 RUN /bin/bash -c "source ~/env/bin/activate && pip3 install Cython && pip3 install -r /opt/requirements.txt && pip3 freeze --user"