From 730a8d1669a91b5bb1bd65d8c37a2cd1e68617b0 Mon Sep 17 00:00:00 2001 From: SilasLaspada Date: Wed, 13 Jan 2021 16:01:28 -0700 Subject: [PATCH] Fix typo in media scan Change "las" to "last". --- Aaru.Filesystems/UDF.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aaru.Filesystems/UDF.cs b/Aaru.Filesystems/UDF.cs index e10da9324..eb1805136 100644 --- a/Aaru.Filesystems/UDF.cs +++ b/Aaru.Filesystems/UDF.cs @@ -254,7 +254,7 @@ namespace Aaru.Filesystems sbInformation.AppendFormat("Volume uses {0} bytes per block", lvd.logicalBlockSize).AppendLine(); - sbInformation.AppendFormat("Volume was las written in {0}", EcmaToDateTime(lvid.recordingDateTime)). + sbInformation.AppendFormat("Volume was last written in {0}", EcmaToDateTime(lvid.recordingDateTime)). AppendLine(); sbInformation.AppendFormat("Volume contains {0} partitions", lvid.numberOfPartitions).AppendLine();