Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Feb 19, 2025
1 parent d070502 commit 2c79137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/boot/sysobj.reb
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ modules: object [
thru-cache: https://src.rebol.tech/modules/thru-cache.reb
to-ascii: https://src.rebol.tech/modules/to-ascii.reb
unicode-utils: https://src.rebol.tech/modules/unicode-utils.reb
upgrade: https://src.rebol.tech/modules/upgrade.red
upgrade: https://src.rebol.tech/modules/upgrade.reb
daytime: https://src.rebol.tech/mezz/prot-daytime.reb
mail: https://src.rebol.tech/mezz/prot-mail.reb
mysql: https://src.rebol.tech/mezz/prot-mysql.reb
Expand Down
2 changes: 1 addition & 1 deletion src/modules/upgrade.reb
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ upgrade: function [
try [delete system/options/modules/upgrade.reb]
try [unset in system/contexts/user 'upgrade]
try [unset in system/contexts/lib 'upgrade]
system/modules/upgrade: https://src.rebol.tech/modules/upgrade.red
system/modules/upgrade: https://src.rebol.tech/modules/upgrade.reb
]

0 comments on commit 2c79137

Please sign in to comment.