Propose fix some typos

This commit is contained in:
John Eismeier 2018-02-12 10:25:21 -05:00
parent 3e8ec0caf5
commit bc4ca0b895
No known key found for this signature in database
GPG Key ID: 3824CE9381A85834
2 changed files with 3 additions and 3 deletions

View File

@ -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())

View File

@ -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";
}
}