Commit d8d73b89 authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation: Fix a typo.

parent b5eb008c
......@@ -14,7 +14,7 @@ get_partition_path () {
# Return the path of the desired partition.
# Exit and display an error if it finds 0 or several results.
#
# This function should be called ith exactly one argument: the desired partition type.
# This function should be called with exactly one argument: the desired partition type.
# Its behavior is undefined otherwise.
desired_partitions=$(fdisk -l | grep "$1")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment