vmware layer: Fix up a typo.

This commit is contained in:
Mike Auty
2019-11-13 19:58:14 +00:00
committed by ikelos
parent b99ace86fb
commit 0f9c6a7362
+1 -1
View File
@@ -12,7 +12,7 @@ from volatility.framework.symbols import native
class VmwareFormatException(exceptions.LayerException):
"""Thrown when an error occurs with the underlying Crash file format."""
"""Thrown when an error occurs with the underlying VMware vmem file format."""
class VmwareLayer(segmented.SegmentedLayer):