mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
[partition] Fix typo
This commit is contained in:
parent
3069f4133f
commit
2e6d632c7c
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ Config::setSwapChoice( int c )
|
|||
{
|
||||
if ( ( c < SwapChoice::NoSwap ) || ( c > SwapChoice::SwapFile ) )
|
||||
{
|
||||
cWarning() << "Instalid swap choice (int)" << c;
|
||||
cWarning() << "Invalid swap choice (int)" << c;
|
||||
c = SwapChoice::NoSwap;
|
||||
}
|
||||
setSwapChoice( static_cast< SwapChoice >( c ) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue