Skip to content

Commit

Permalink
sysutils/cpu-microcode-rc: Fix a typo in a warning in the rc script
Browse files Browse the repository at this point in the history
Reviewed by:	jrm
Differential Revision:	https://reviews.freebsd.org/D42994
  • Loading branch information
markjdb committed Dec 11, 2023
1 parent 84a4459 commit a8b9ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysutils/cpu-microcode-rc/files/microcode_update.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [ -n "${microcode_cpus}" ]; then
echo "Warning: Ignoring deprecated rc variable, microcode_cpus."
else
echo "Warning: rc variable microcode_cpus is deprecated.
Warning: Set microcode_udpate_cpus instead."
Warning: Set microcode_update_cpus instead."
microcode_update_cpus="${microcode_cpus}"
fi
fi
Expand Down

0 comments on commit a8b9ab1

Please sign in to comment.