Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paultag committed Aug 28, 2024
1 parent 62e23c5 commit 6f32364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"$ref": "#/components/schemas/ExtraMachineInfoResponse"
}
],
"description": "Additional, per-machine information which is specfic to the underlying machine type.",
"description": "Additional, per-machine information which is specific to the underlying machine type.",
"nullable": true
},
"id": {
Expand Down
2 changes: 1 addition & 1 deletion src/server/endpoints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub struct MachineInfoResponse {
/// What "close" means is up to you!
pub max_part_volume: Option<Volume>,

/// Additional, per-machine information which is specfic to the
/// Additional, per-machine information which is specific to the
/// underlying machine type.
pub extra: Option<ExtraMachineInfoResponse>,
}
Expand Down

0 comments on commit 6f32364

Please sign in to comment.