Skip to content

Commit 69f613b

Browse files
committed
fix spelling errors
Signed-off-by: Simon Davies <[email protected]>
1 parent 16fea11 commit 69f613b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/hyperlight_host/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn main() -> Result<()> {
3333
// Build hyperlight_surrogate and
3434
// Set $HYPERLIGHT_SURROGATE_DIR env var during rust build so we can
3535
// use it with RustEmbed to specify where hyperlight_surrogate.exe is
36-
// to include as an embedded resource in the surrograte_process_manager
36+
// to include as an embedded resource in the surrogate_process_manager
3737

3838
// We need to copy/rename the source for hyperlight surrogate into a
3939
// temp directory because we cannot include a file name `Cargo.toml`

src/hyperlight_host/src/sandbox/uninitialized.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ mod tests {
335335
use crossbeam_queue::ArrayQueue;
336336
use hyperlight_common::flatbuffer_wrappers::function_types::{ParameterValue, ReturnValue};
337337
use hyperlight_testing::logger::{Logger as TestLogger, LOGGER as TEST_LOGGER};
338-
use hyperlight_testing::tracing_subscriber::TracingSubscriber as TestSubcriber;
338+
use hyperlight_testing::tracing_subscriber::TracingSubscriber as TestSubscriber;
339339
use hyperlight_testing::{simple_guest_as_string, simple_guest_exe_as_string};
340340
use log::Level;
341341
use serde_json::{Map, Value};
@@ -910,7 +910,7 @@ mod tests {
910910
fn test_trace_trace() {
911911
TestLogger::initialize_log_tracer();
912912
rebuild_interest_cache();
913-
let subscriber = TestSubcriber::new(tracing_level::TRACE);
913+
let subscriber = TestSubscriber::new(tracing_level::TRACE);
914914
tracing::subscriber::with_default(subscriber.clone(), || {
915915
let correlation_id = Uuid::new_v4().as_hyphenated().to_string();
916916
let span = tracing::error_span!("test_trace_logs", correlation_id).entered();

0 commit comments

Comments
 (0)