Skip to content

Commit 2af558c

Browse files
authored
Fix typo
Signed-off-by: Christian Clauss <[email protected]>
1 parent 596d116 commit 2af558c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/sandbox/run_options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
use tracing::{instrument, Span};
1818

1919
/// Configuration options for setting up a new `UninitializedSandbox` and
20-
/// subsequent inititialized sandboxes, including `MultiUseSandbox` and
20+
/// subsequent initialized sandboxes, including `MultiUseSandbox` and
2121
/// `SingleUseSandbox`.
2222
///
2323
/// A `SandboxRunOptions` instance must be created with either in-process

0 commit comments

Comments
 (0)