From 0505f8bf9c0a1be2bc2fe1cac4b46f1e9f7e2aea Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 12 Jul 2022 09:51:57 +0900 Subject: [PATCH] axfer: fix typo in manual The spelling of 'aborted' was 'aboeted' in the manual. This commit fixes it. Fixes: a37703614a90 ("axfer: fulfill manual section for libffado backend") Reported-by: Chao Song chao.song@linux.intel.com Signed-off-by: Takashi Sakamoto --- axfer/axfer-transfer.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axfer/axfer-transfer.1 b/axfer/axfer-transfer.1 index 2dd0a21cb..2e831b2ed 100644 --- a/axfer/axfer-transfer.1 +++ b/axfer/axfer-transfer.1 @@ -591,7 +591,7 @@ will close handled files and PCM substream to be going to finish run time. will suspend PCM substream and .I SIGCONT will resume it. No XRUNs are expected. With libffado backend, the suspend/resume -is not supported and runtime is aboeted immediately. +is not supported and runtime is aborted immediately. The other signals perform default behaviours.