Skip to content

Commit

Permalink
Merge pull request #5606 from btriller/fix-typo
Browse files Browse the repository at this point in the history
evalfunction/remotescalar: Fix typo in argument description
  • Loading branch information
olehermanse authored Sep 11, 2024
2 parents 142d8f4 + 12286d4 commit 098ba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpromises/evalfunction.c
Original file line number Diff line number Diff line change
Expand Up @@ -9976,7 +9976,7 @@ static const FnCallArg REMOTESCALAR_ARGS[] =
{
{CF_IDRANGE, CF_DATA_TYPE_STRING, "Variable identifier"},
{CF_ANYSTRING, CF_DATA_TYPE_STRING, "Hostname or IP address of server"},
{CF_BOOL, CF_DATA_TYPE_OPTION, "Use enryption"},
{CF_BOOL, CF_DATA_TYPE_OPTION, "Use encryption"},
{NULL, CF_DATA_TYPE_NONE, NULL}
};

Expand Down

0 comments on commit 098ba4c

Please sign in to comment.