Skip to content

Commit

Permalink
Merge pull request #5036 from AdamWill/formatted-spelling
Browse files Browse the repository at this point in the history
Correct spelling of "formatted"
  • Loading branch information
KKoukiou authored Aug 14, 2023
2 parents e02759d + d30397e commit 598f9fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/webui/src/components/storage/HelpAutopartOptions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export const helpEraseAll = _("Remove all partitions on the selected devices, in

export const helpUseFreeSpace = _("Keeps current disk layout and uses only available space.");

export const helpMountPointMapping = _("This option requires that the selected device has formated partitions.");
export const helpMountPointMapping = _("This option requires that the selected device has formatted partitions.");
2 changes: 1 addition & 1 deletion ui/webui/test/check-storage
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ class TestStorageMountPoints(anacondalib.VirtInstallMachineCase):
self.wait_mount_point_table_column_helper(3, "format", text="Mismatch")

# When parent is re-formmated all child devices should be
# * either also reformated if selected
# * either also reformatted if selected
# * either not selected (not part of the mountpoint assignment table)
self.remove_row(5)
self.remove_row(6)
Expand Down
2 changes: 1 addition & 1 deletion ui/webui/test/reference
2 changes: 1 addition & 1 deletion utils/dd/rpmutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static int readRPM(const char *source, FD_t *fdi, Header *h)
}

/*
* Check if the RPM is a properly formated driver
* Check if the RPM is a properly formatted driver
* update package. Call ok(Header*) if it is.
*/
int checkDDRPM(const char *source,
Expand Down

0 comments on commit 598f9fd

Please sign in to comment.