diff --git a/example_global_test.go b/example_global_test.go index 6916aa5..cffc099 100644 --- a/example_global_test.go +++ b/example_global_test.go @@ -4,7 +4,7 @@ import "github.com/scjalliance/comshim" func Example_globalUsage() { // This ensures that at least one thread maintains an initialized - // mutli-threaded COM apartment. + // multi-threaded COM apartment. comshim.Add(1) // After we're done using COM the thread will be released.