mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
Fix typos
Found via `typos --format brief`.
This commit is contained in:
@@ -125,7 +125,7 @@ impl ToolbxContainer {
|
||||
Ok(inspect_vec) => match inspect_vec.first() {
|
||||
Some(info) => Ok(info.clone()),
|
||||
None => Err(ToolbxError::JSONSerializationError(
|
||||
"Inspect command returned empty vecotr.".to_string(),
|
||||
"Inspect command returned empty vector.".to_string(),
|
||||
)),
|
||||
},
|
||||
Err(e) => Err(ToolbxError::JSONSerializationError(e.to_string())),
|
||||
@@ -216,7 +216,7 @@ impl ToolbxContainer {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_start_1non_existing_containter() {
|
||||
fn test_start_1non_existing_container() {
|
||||
// TODO: create container that exists based on simple image
|
||||
// run command
|
||||
// delete container
|
||||
@@ -244,7 +244,7 @@ fn test_inspect_parsing() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_start_non_existing_containter() {
|
||||
fn test_start_non_existing_container() {
|
||||
let name = "zy2lM6BdZoTnKHaVPkUJ".to_string();
|
||||
let mut tbx = ToolbxContainer {
|
||||
created: "".to_string(),
|
||||
|
||||
@@ -54,7 +54,7 @@ impl Widgets<ToolboxSettingsDialogModel, AppModel> for ToolboxSettingsDialogWidg
|
||||
add = &adw::PreferencesGroup {
|
||||
set_title: "Home Folder",
|
||||
add = &adw::PreferencesRow {
|
||||
set_title: "Seperate Home Folder",
|
||||
set_title: "Separate Home Folder",
|
||||
set_child = Some(&adw::ActionRow) {
|
||||
set_title: "Use separate home folder",
|
||||
add_suffix = >k::Box {
|
||||
|
||||
Reference in New Issue
Block a user