From 104b27c235fafe244437f3cb3b35a6eb4a9a6cf1 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 4 Sep 2018 13:33:26 +0200 Subject: [PATCH] #3306 : Fix typo --- .../RicWellPathExportCompletionDataFeatureImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp index 9025b559f7..73710220ab 100644 --- a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp +++ b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp @@ -1059,7 +1059,7 @@ void RicWellPathExportCompletionDataFeatureImpl::exportWelspecsToFile(RimEclipse RifEclipseOutputTableColumn("WellType") }; - formatter.keyword("WELSPEC"); + formatter.keyword("WELSPECS"); formatter.header(header); std::set wellPathSet;