Feoramund 5 months ago
parent
commit
179e5b9266
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/os/os2/env_linux.odin

+ 1 - 1
core/os/os2/env_linux.odin

@@ -126,7 +126,7 @@ _unset_env :: proc(key: string) -> bool {
 		return true
 		return true
 	}
 	}
 
 
-	// if we got this far, the envrionment variable
+	// if we got this far, the environment variable
 	// existed AND was allocated by us.
 	// existed AND was allocated by us.
 	k_addr, _ := _kv_addr_from_val(v, key)
 	k_addr, _ := _kv_addr_from_val(v, key)
 	runtime.heap_free(k_addr)
 	runtime.heap_free(k_addr)