Skip to content

Commit d886a38

Browse files
committed
Fix typo in thin protocol constants
1 parent aadf436 commit d886a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/thin/protocol/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
PURITY_NEW: constants.PURITY_NEW,
4949
PURITY_SELF: constants.PURITY_SELF,
5050
SYSASM: constants.SYSASM,
51-
SYSBKP: constants.SYSBKP,
51+
SYSBKP: constants.SYSBACKUP,
5252
SYSDBA: constants.SYSDBA,
5353
SYSDG: constants.SYSDG,
5454
SYSKM: constants.SYSKM,

0 commit comments

Comments
 (0)