Skip to content

Commit 93cc41c

Browse files
committed
typo in variable name
1 parent b35c3de commit 93cc41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/autoload/settings.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
inside a notbook. *)
1616
System`$Notebooks::usage = "Set True if the Mathics is being used with a notebook-based front end.";
1717
System`$Notebooks = False;
18-
Unprotect[System`Notebooks];
18+
Unprotect[System`$Notebooks];

0 commit comments

Comments
 (0)