From 83ef338a6e35222ffabffd2c2cf4eb00436e270e Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 26 Mar 2020 01:18:44 +0000 Subject: [PATCH] Fix the typos as spotted by eagle-eyed Ilya, thanks! --- volatility/schemas/schema-6.2.0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/volatility/schemas/schema-6.2.0.json b/volatility/schemas/schema-6.2.0.json index d2472ec9e..1f3880059 100644 --- a/volatility/schemas/schema-6.2.0.json +++ b/volatility/schemas/schema-6.2.0.json @@ -84,13 +84,13 @@ "symbols": { "type": "array", "items": { - "$ref": "#/definitions/metadata_linux_item" + "$ref": "#/definitions/metadata_nix_item" } }, "types": { "type": "array", "items": { - "$ref": "#/definitions/metadata_linux_item" + "$ref": "#/definitions/metadata_nix_item" } } },