Browse Source

HPCC-10552 Correct typo from review

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 11 years ago
parent
commit
8e663534ee
1 changed files with 1 additions and 1 deletions
  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: