Skip to content

Commit

Permalink
evalfunction/remotescalar: Fix typo in argument description
Browse files Browse the repository at this point in the history
  • Loading branch information
btriller committed Sep 11, 2024
1 parent 142d8f4 commit 12286d4
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 12286d4

Please sign in to comment.