diff --git a/kindle/extensions/koreader/bin/koreader-ext.sh b/kindle/extensions/koreader/bin/koreader-ext.sh index e5eef4eb7..cce969904 100755 --- a/kindle/extensions/koreader/bin/koreader-ext.sh +++ b/kindle/extensions/koreader/bin/koreader-ext.sh @@ -4,7 +4,7 @@ # ## -# KOReader's working directory +# KOReader's working directory KOREADER_DIR="/mnt/us/koreader" # Load our helper functions... diff --git a/kindle/koreader.sh b/kindle/koreader.sh index 8bbfd028a..7d803cd3c 100755 --- a/kindle/koreader.sh +++ b/kindle/koreader.sh @@ -6,7 +6,7 @@ PROC_FIVEWAY="/proc/fiveway" [ -e $PROC_KEYPAD ] && echo unlock > $PROC_KEYPAD [ -e $PROC_FIVEWAY ] && echo unlock > $PROC_FIVEWAY -# KOReader's working directory +# KOReader's working directory KOREADER_DIR="/mnt/us/koreader" # Load our helper functions... diff --git a/kindle/kotar_cpoint b/kindle/kotar_cpoint index 2fc03dae4..39779bde2 100755 --- a/kindle/kotar_cpoint +++ b/kindle/kotar_cpoint @@ -1,6 +1,6 @@ #!/bin/sh -# KOReader's working directory +# KOReader's working directory KOREADER_DIR="/mnt/us/koreader" # Load our helper functions... @@ -24,5 +24,5 @@ for foo in $( seq 1 ${PROGRESS_AMOUNT} ) ; do PROGRESS_STRING="${PROGRESS_STRING}." done -# Print our status +# Print our progress :) eips_print_bottom_centered "${PROGRESS_STRING}" 1