avaliable -> available
authorJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:09:51 +0000 (16:09 -0700)
committerJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:09:51 +0000 (16:09 -0700)
documentation/debugging-coredump.md

index 44aeb8877b332250fbbea7546b3f8d1648e44dc8..8dba307539ca7215dd3dd60d3e7c1ca7040dc08e 100644 (file)
@@ -33,7 +33,7 @@ See the instructions on the main README.md.
     (lldb) sethostruntime /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0
     (lldb) target create --core /tmp/dump/coredump.32232
 
-Even if the core dump was not generated on this machine, the native and managed .NET Core symbols should be avaliable along with all the SOS commands. Note that path passed to the `sethostruntime` needs to be a .NET Core runtime installed on the machine. See `dotnet --info` for information on the installed runtimes and SDKs.
+Even if the core dump was not generated on this machine, the native and managed .NET Core symbols should be available along with all the SOS commands. Note that path passed to the `sethostruntime` needs to be a .NET Core runtime installed on the machine. See `dotnet --info` for information on the installed runtimes and SDKs.
 
 ### Launch lldb under MacOS ###