Skip to content

Commit bb58591

Browse files
authored
Merge pull request #50 from theneosloth/master
Fix typos in zfconf.h
2 parents 957f086 + a912977 commit bb58591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/atmega8/zfconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
/* Set to 1 to enable bootstrapping of the forth dictionary by adding the
20-
* primitives and user veriables. On small embedded systems you may choose to
20+
* primitives and user variables. On small embedded systems you may choose to
2121
* leave this out and start by loading a cross-compiled dictionary instead.
2222
* Enabling adds a few hundred bytes to the .text and .rodata segments */
2323

src/linux/zfconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
/* Set to 1 to enable bootstrapping of the forth dictionary by adding the
20-
* primitives and user veriables. On small embedded systems you may choose to
20+
* primitives and user variables. On small embedded systems you may choose to
2121
* leave this out and start by loading a cross-compiled dictionary instead.
2222
* Enabling adds a few hundred bytes to the .text and .rodata segments */
2323

0 commit comments

Comments
 (0)