Skip to content

Commit 884bdaf

Browse files
committed
Typo fix
1 parent 24fb709 commit 884bdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isc/py/data/Varable.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Property JSON As %VarString;
1818
/// zw ##class(isc.py.data.Varable).SaveVariable()
1919
ClassMethod SaveVariable(name As %String = "", Output variable As isc.py.data.Varable) As %Status
2020
{
21-
kill var
21+
kill variable
2222
quit:name="" $$$ERROR($$$GeneralError, "Variable name can't be empty")
2323

2424
set repr = ##class(isc.py.Callout).SimpleString(,name, 1)

0 commit comments

Comments
 (0)