summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xboot/boot.sh2
-rwxr-xr-xclient/start.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/boot/boot.sh b/boot/boot.sh
index f57da14..9fc8af8 100755
--- a/boot/boot.sh
+++ b/boot/boot.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-# This file exists for backwards compatibility with older versions of jasper.
+# This file exists for backwards compatibility with older versions of Jasper.
# It might be removed in future versions.
"${0%/*}/boot.py"
diff --git a/client/start.sh b/client/start.sh
index 935ebf4..cde8d8d 100755
--- a/client/start.sh
+++ b/client/start.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-# This file exists for backwards compatibility with older versions of jasper.
+# This file exists for backwards compatibility with older versions of Jasper.
# It might be removed in future versions.
"${0%/*}/main.py"