Skip to content

Commit cd58b68

Browse files
Fixed spelling in description
1 parent b5636c4 commit cd58b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/output/CFlowCompOutput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ void CFlowCompOutput::SetVolumeOutputFields(CConfig *config){
238238
AddVolumeOutput("TEMPERATURE", "Temperature", "PRIMITIVE", "Temperature");
239239
AddVolumeOutput("MACH", "Mach", "PRIMITIVE", "Mach number");
240240
AddVolumeOutput("PRESSURE_COEFF", "Pressure_Coefficient", "PRIMITIVE", "Pressure coefficient");
241-
AddVolumeOutput("VELOCITY-X", "Veocity_x", "PRIMITIVE", "x-component of the velocity vector");
241+
AddVolumeOutput("VELOCITY-X", "Velocity_x", "PRIMITIVE", "x-component of the velocity vector");
242242
AddVolumeOutput("VELOCITY-Y", "Velocity_y", "PRIMITIVE", "y-component of the velocity vector");
243243

244244
if (nDim == 3)

0 commit comments

Comments
 (0)