Procházet zdrojové kódy

HPCC-10552 Correct typo from review

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday před 11 roky
rodič
revize
8e663534ee
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ecl/hqlcpp/hqlcset.cpp

+ 1 - 1
ecl/hqlcpp/hqlcset.cpp

@@ -2055,7 +2055,7 @@ void HqlCppTranslator::buildSetAssign(BuildCtx & ctx, IHqlCppSetBuilder * builde
         doBuildSetAssignAndCast(ctx, builder, expr->queryChild(0));
         break;
     case no_addsets:
-        //MORE: Cannot assign left then right because it hneeds to correctly cope with ALL
+        //NOTE: Cannot assign left then right because it needs to correctly cope with ALL
         doBuildSetAssignAndCast(ctx, builder, expr);
         break;
     case no_all: