diff --git a/backend/Dockerfile b/backend/Dockerfile
index 53b2c0a73e5e85f682cee745caa361233852c57a..142cd97f872d8eeeecbdf061b6f49bb716a12c14 100644
--- a/backend/Dockerfile
+++ b/backend/Dockerfile
@@ -1,6 +1,6 @@
 FROM reallibrephotos/librephotos-dependencies:dev
 
-# install rust, a missing requirenment from pytorch
+# install rust and a missing requirenment from pytorch
 RUN apt install -y rustc libtinfo5 
 # actual project
 ARG DEBUG