From aaab8b457af7736152709bdbb851f81746f5847d Mon Sep 17 00:00:00 2001 From: Edward Vielmetti Date: Fri, 23 Dec 2016 14:35:40 -0500 Subject: [PATCH] typo, edits in v_incoming_connections.lua "arguments" for "argyuments". No change to code, just data. Also edit container.name description to be more concise. --- userspace/sysdig/chisels/v_incoming_connections.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userspace/sysdig/chisels/v_incoming_connections.lua b/userspace/sysdig/chisels/v_incoming_connections.lua index 1825b1fcc8..2077bca306 100644 --- a/userspace/sysdig/chisels/v_incoming_connections.lua +++ b/userspace/sysdig/chisels/v_incoming_connections.lua @@ -42,14 +42,14 @@ view_info = tags = {"containers"}, name = "Container", field = "container.name", - description = "Name of the container. What this field contains depends on the containerization technology. For example, for docker this is the content of the 'NAMES' column in 'docker ps'", + description = "Name of the container. This field depends on the containerization technology. For docker this is the 'NAMES' column in 'docker ps'", colsize = 20 }, { name = "Command", field = "proc.exeline", aggregation = "MAX", - description = "Name and argyuments of the process that received the connection.", + description = "Name and arguments of the process that received the connection.", colsize = 0 } }