Skip to content

Commit 614b5ef

Browse files
committed
[ignore] Fix Typo
1 parent a6b551a commit 614b5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-core/src/main/java/org/exist/xquery/functions/fn/FunEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class FunEnvironment extends BasicFunction {
5959
new FunctionParameterSequenceType("name", Type.STRING,
6060
Cardinality.EXACTLY_ONE, "Name of environment variable.")
6161
},
62-
new FunctionReturnSequenceType(Type.STRING, Cardinality.ZERO_OR_ONE, "Corrensponding value of the environment variable, "
62+
new FunctionReturnSequenceType(Type.STRING, Cardinality.ZERO_OR_ONE, "Corresponding value of the environment variable, "
6363
+ "if there is no environment variable with a matching name, the function returns the empty sequence. User must be DBA.")
6464
)
6565
};

0 commit comments

Comments
 (0)