diff --git a/tomb b/tomb index fd4300b..c4f083f 100755 --- a/tomb +++ b/tomb @@ -317,7 +317,7 @@ _ensure_safe_swap() { if [[ $r -eq 2 ]]; then _success "All your swaps are belong to crypt. Good." else - _warning "This poses a security risk." + _warning "This poses a security risk." _warning "You can deactivate all swap partitions using the command:" _warning " swapoff -a" _warning "But if you want to proceed like this, use the -f (force) flag."