Skip to content

Commit

Permalink
Merge pull request #5571 from larsewi/typos-3.21.x
Browse files Browse the repository at this point in the history
Fixed some typos related fixes for ENT-9491 & ENT-11923 (3.21.x)
  • Loading branch information
larsewi authored Jul 9, 2024
2 parents e7c257e + 326fe19 commit 0648291
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libpromises/iteration.c
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,8 @@ static Seq *IterableToSeq(const void *v, DataType t)
* #varname, where the left side of #varname is a bundle name and the right side
* of #iterctx->pp->promiser begins with the right side of #varname. If all of
* the constraints are fulfilled it swaps the '.' with '#' in both variables.
* Furthermore, if the variable also contains a scope, it will mangle ':' with
* '*'.
* Furthermore, if the variable also contains a namespace, it will mangle ':'
* with '*'.
*
* See ticket ENT-9491 & ENT-11923 for more info.
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/01_vars/01_basic/double_expansion_list.cf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle agent test(parent_bundle)
{
meta:
"description" -> { "ENT-9491", "CFE-1644" }
string => "Test double expension of list from remote bundle";
string => "Test double expansion of list from remote bundle";

reports:
"$($(parent_bundle).str)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle agent test(parent_namespace, parent_bundle)
{
meta:
"description" -> { "ENT-11923" }
string => "Test double expension of list from remote bundle with namespace";
string => "Test double expansion of list from remote bundle with namespace";

reports:
"$($(parent_namespace):$(parent_bundle).str)"
Expand Down

0 comments on commit 0648291

Please sign in to comment.