X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ internal ProcessOutputObject(object data, MinishellStream stream)
#nullable enable
/// <summary>
/// This exception is used by the NativeCommandProcessor to indicate an error
/// when a native command retuns a non-zero exit code.
/// when a native command returns a non-zero exit code.
/// </summary>
public sealed class NativeCommandExitException : RuntimeException
{
Expand Down
X Tutup