mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
Propose fix some typos
This commit is contained in:
parent
3e8ec0caf5
commit
bc4ca0b895
@ -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())
|
||||
|
||||
|
||||
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user