From 4931ac6cd52a66f2ce89aa7e5dc3d481cc769b71 Mon Sep 17 00:00:00 2001 From: Edward Vielmetti Date: Thu, 26 Jan 2017 12:35:05 -0500 Subject: [PATCH] typo, edits in v_incoming_connections.lua (#703) "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 } }