mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 16:44:54 +02:00
Fix typos (#2842)
This commit is contained in:
@ -35,7 +35,7 @@ pub async fn ps(tag: Tag, long: bool) -> Result<Vec<Value>, ShellError> {
|
||||
.await
|
||||
.map_err(|_| {
|
||||
ShellError::labeled_error(
|
||||
"Unabled to get process list",
|
||||
"Unable to get process list",
|
||||
"could not load process list",
|
||||
tag.span,
|
||||
)
|
||||
|
Reference in New Issue
Block a user