From bd09f2de541621a53d5c08f752fcc9068ee4f7e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 12:37:45 +0000 Subject: [PATCH] Fixes by misspell-fixer --- ApplicationCode/FileInterface/RifSurfaceExporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/FileInterface/RifSurfaceExporter.cpp b/ApplicationCode/FileInterface/RifSurfaceExporter.cpp index 86ece9d0c9..e8293892d4 100644 --- a/ApplicationCode/FileInterface/RifSurfaceExporter.cpp +++ b/ApplicationCode/FileInterface/RifSurfaceExporter.cpp @@ -105,7 +105,7 @@ bool RifSurfaceExporter::writePetrellPtlFile( const QString& out << "#Units: meters \n"; out << "#End: \n"; out << "#Information from grid \n"; - out << "#Grid_size: Not_avaiable \n"; + out << "#Grid_size: Not_available \n"; out << "#Grid_space: Not_available \n"; out << "#Z_field: z \n"; out << "#Vertical_faults: Not_available \n";