Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct spelling of "formatted" #5036

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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