nixos: fix typos

This commit is contained in:
figsoda
2023-05-19 22:11:38 -04:00
parent a31ca7f220
commit 701bcdbead
58 changed files with 84 additions and 84 deletions

View File

@@ -396,7 +396,7 @@ let
'';
postStop = ''
echo "Cleaning Open vSwitch ${n}"
echo "Shuting down internal ${n} interface"
echo "Shutting down internal ${n} interface"
ip link set ${n} down || true
echo "Deleting flows for ${n}"
ovs-ofctl --protocols=${v.openFlowVersion} del-flows ${n} || true