Skip to content

Commit 5ee570b

Browse files
authored
Fix non-uniform spelling and capitalization
1 parent 03bf88d commit 5ee570b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/post/windows/manage/archmigrate.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info = {})
2323
[
2424
OptString.new('EXE', [true, 'The executable to start and migrate into', 'C:\windows\sysnative\svchost.exe']),
2525
OptBool.new('FALLBACK', [ true, 'If the selected migration executable does not exist fallback to a sysnative file', true ]),
26-
OptBool.new('IGNORE_SYSTEM', [true, 'Migrate even if you have system priveleges', true])
26+
OptBool.new('IGNORE_SYSTEM', [true, 'Migrate even if you have SYSTEM privileges', true])
2727
],
2828
self.class
2929
)
@@ -97,7 +97,7 @@ def run
9797
elsif !datastore['IGNORE_SYSTEM'] && is_system?
9898
print_error('You are running as SYSTEM! Aborting migration.')
9999
elsif datastore['IGNORE_SYSTEM'] && is_system?
100-
print_error('You are running as SYSTEM! You will lose your priveleges!')
100+
print_error('You are running as SYSTEM! You will lose your privileges!')
101101
do_migrate
102102
elsif !datastore['IGNORE_SYSTEM'] && !is_system?
103103
print_status('You\'re not running as SYSTEM. Moving on...')

0 commit comments

Comments
 (0)