From 6acf686503bdd53dc04c9eaafb13ac3961abd118 Mon Sep 17 00:00:00 2001 From: kpetersn <kmpeters@anl.gov> Date: Wed, 8 Mar 2023 17:50:31 +0000 Subject: [PATCH] Corrected typo --- 6-asyn-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-asyn-troubleshooting.md b/6-asyn-troubleshooting.md index 582a321..424ca8c 100644 --- a/6-asyn-troubleshooting.md +++ b/6-asyn-troubleshooting.md @@ -66,7 +66,7 @@ The **traceMask** determines which messages are printed on the IOC's console: * **traceError** should always be on * **traceIODriver** is useful for looking at serial/ethernet communication (when connected to the correct asyn port) -The **traceIOMask** deterines how the messages are printed on the IOC's console: +The **traceIOMask** determines how the messages are printed on the IOC's console: * **traceIOASCII** prints the messages as ASCII strings (this works well for messages that only include symbols that appear on a keyboard) * **traceIOEscape** prints the messages and unprintable characters using escape sequences (starting with a backslash) * **traceIOHex** prints the messages as a series of byte values in hexadecimal (without the **0x** prefix) -- GitLab