diff --git a/Scripts/development/crawl_legacy_deps.py b/Scripts/development/crawl_legacy_deps.py index e0438173f..c71c699bf 100755 --- a/Scripts/development/crawl_legacy_deps.py +++ b/Scripts/development/crawl_legacy_deps.py @@ -48,7 +48,7 @@ if not os.path.exists(target_directory): crawler = DependancyCrawler(src_root) print '[%.2f] started ' % (time.time()) crawler.crawl() -print '[%.2f] collected %d dependancies in %d files' % (time.time(), +print '[%.2f] collected %d dependencies in %d files' % (time.time(), crawler.get_total_dependencies(), crawler.get_total_files()) diff --git a/src/etc/rc.subr.d/livemode b/src/etc/rc.subr.d/livemode index aac8266e7..b6fd86d84 100755 --- a/src/etc/rc.subr.d/livemode +++ b/src/etc/rc.subr.d/livemode @@ -59,11 +59,11 @@ if (is_install_media()) { echo "\n"; if (!isset($config['system']['ssh']['noauto']) && is_process_running('sshd')) { - echo "Welcome! Both `root' and `installer' users are availabe for system\n"; + echo "Welcome! Both `root' and `installer' users are available for system\n"; echo "setup or invoking the installer, respectively. The predefined root\n"; echo "password works for both accounts. Remote login via SSH is possible.\n"; } else { - echo "Welcome! Both `root' and `installer' users are availabe for system\n"; + echo "Welcome! Both `root' and `installer' users are available for system\n"; echo "setup. The predefined root password works for both accounts.\n"; } }