Bob Mottram 10 年之前
父節點
當前提交
81113fd39c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 查看文件

@@ -274,7 +274,7 @@ function check_hwrng {
274 274
   fi
275 275
   if [ ! -b /dev/hwrng ]; then
276 276
       ls /dev/hw*
277
-      echo 'The hardware random number generator is anabled but could not be detected on'
277
+      echo 'The hardware random number generator is enabled but could not be detected on'
278 278
       echo '/dev/hwrng.  There may be a problem with the installation or the Beaglebone hardware.'
279 279
       exit 75
280 280
   fi