@@ -4642,7 +4642,7 @@ void CPhysicalGeometry::SetElement_Connectivity() {
46424642
46434643 if ((elem[iElem]->GetNeighbor_Elements (iFace) == -1 ) && (iElem < Test_Elem) &&
46444644 FindFace (iElem, Test_Elem, first_elem_face, second_elem_face)) {
4645- /* --- Localice which faces are sharing both elements ---*/
4645+ /* --- Localize which faces are sharing both elements ---*/
46464646
46474647 elem[iElem]->SetNeighbor_Elements (Test_Elem, first_elem_face);
46484648
@@ -4666,7 +4666,7 @@ void CPhysicalGeometry::SetBoundVolume() {
46664666 CheckVol = false ;
46674667
46684668 for (iElem = 0 ; iElem < nodes->GetnElem (Point); iElem++) {
4669- /* --- Look for elements surronding that point --*/
4669+ /* --- Look for elements surrounding that point --*/
46704670 cont = 0 ;
46714671 iElem_Domain = nodes->GetElem (Point, iElem);
46724672 for (iNode_Domain = 0 ; iNode_Domain < elem[iElem_Domain]->GetnNodes (); iNode_Domain++) {
@@ -4775,10 +4775,10 @@ void CPhysicalGeometry::ComputeNSpan(CConfig* config, unsigned short val_iZone,
47754775 nSpan_loc = 0 ;
47764776 if (nDim == 2 ) {
47774777 nSpanWiseSections[marker_flag - 1 ] = 1 ;
4778- // TODO (turbo) make it more genral
4778+ // TODO (turbo) make it more general
47794779 if (marker_flag == OUTFLOW) config->SetnSpanWiseSections (1 );
47804780
4781- /* ---Initilize the vector of span-wise values that will be ordered ---*/
4781+ /* ---Initialize the vector of span-wise values that will be ordered ---*/
47824782 SpanWiseValue[marker_flag - 1 ] = new su2double[1 ];
47834783 for (iSpan = 0 ; iSpan < 1 ; iSpan++) {
47844784 SpanWiseValue[marker_flag - 1 ][iSpan] = 0 ;
@@ -4792,7 +4792,7 @@ void CPhysicalGeometry::ComputeNSpan(CConfig* config, unsigned short val_iZone,
47924792 if (config->GetMarker_All_TurbomachineryFlag (iMarker) != marker_flag) continue ;
47934793
47944794 /* --- loop to find the vertex that ar both of inflow or outflow marker and on the periodic
4795- * in order to caount the number of Span ---*/
4795+ * in order to count the number of Span ---*/
47964796 for (jMarker = 0 ; jMarker < nMarker; jMarker++) {
47974797 if (config->GetMarker_All_KindBC (jMarker) != PERIODIC_BOUNDARY) continue ;
47984798
0 commit comments