Merge pull request from gportay/partition-fix-typo

[partition] Fix typo
main
Adriaan de Groot committed by GitHub
commit b1b801e5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -190,7 +190,7 @@ Config::setSwapChoice( int c )
{ {
if ( ( c < SwapChoice::NoSwap ) || ( c > SwapChoice::SwapFile ) ) if ( ( c < SwapChoice::NoSwap ) || ( c > SwapChoice::SwapFile ) )
{ {
cWarning() << "Instalid swap choice (int)" << c; cWarning() << "Invalid swap choice (int)" << c;
c = SwapChoice::NoSwap; c = SwapChoice::NoSwap;
} }
setSwapChoice( static_cast< SwapChoice >( c ) ); setSwapChoice( static_cast< SwapChoice >( c ) );

Loading…
Cancel
Save