aboutsummaryrefslogtreecommitdiff
path: root/src/sg_logs.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-05-12 18:37:08 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-05-12 18:37:08 +0000
commit404cd7cc68c42c49076623e3ec13bb1f42f74ec7 (patch)
treef164f678be7a236aeb87874e1fa6890b37c2c6b3 /src/sg_logs.c
parent3e056f675f51f14a5209efe1b491ba897e7873ce (diff)
downloadsg3_utils-404cd7cc68c42c49076623e3ec13bb1f42f74ec7.tar.gz
sg_lib: document internal json interface in include/sg_pr2serr.h; codespell fixes
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@952 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_logs.c')
-rw-r--r--src/sg_logs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sg_logs.c b/src/sg_logs.c
index 051ea7fc..358b7222 100644
--- a/src/sg_logs.c
+++ b/src/sg_logs.c
@@ -426,7 +426,7 @@ static struct log_elem log_arr[] = {
{STATS_LPAGE, CACHE_STATS_SUBPG, 0, -1, MVP_STD, /* 0x19, 0x20 */
"Cache memory statistics", "cms", show_cache_stats_page},
{STATS_LPAGE, CMD_DUR_LIMITS_SUBPG, 0, -1, MVP_STD, /* 0x19, 0x21 */
- "Commmand duration limits statistics", "cdl",
+ "Command duration limits statistics", "cdl",
show_cmd_dur_limits_page /* spc6r01 */ },
{PCT_LPAGE, 0, 0, -1, MVP_STD, "Power condition transitions", "pct",
show_power_condition_transitions_page}, /* 0x1a, 0 */
@@ -3506,7 +3506,7 @@ show_sas_phy_event_info(int pes, unsigned int val, unsigned int thresh_val)
printf(" Received retry-class OPEN_REJECT count: %u\n", val);
break;
case 0x25:
- printf(" Received AIP (WATING ON PARTIAL) count: %u\n", val);
+ printf(" Received AIP (WAITING ON PARTIAL) count: %u\n", val);
break;
case 0x26:
printf(" Received AIP (WAITING ON CONNECTION) count: %u\n", val);