diff --git a/run.sh b/run.sh
index a8f58f321ed0e10014600d5b5ed0496e3559b881..eee924b360938cba078af3f0c0397968d3360de8 100644
--- a/run.sh
+++ b/run.sh
@@ -1,8 +1,8 @@
 #!/bin/bash
 # Author : Mark Korostovskiy
 # Email : mark.korostovskiy@stud.hs-bochum.de
-# Content : This script will start all the necessarry files to get the BigMumbleJS-Bot running
+# Content : This script will start all the necessary files to get the BigMumbleJS-Bot running
 # Version : 1.0
 
 node ./src/mumble.js & node ./src/scraper.js
-exit 0
\ No newline at end of file
+exit 0