Skip to content

Commit eaaddd3

Browse files
fetsorntoots
authored andcommitted
fix typo habor -> harbor (#4121)
1 parent 16e3d46 commit eaaddd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ New:
893893
harbor (#1495).
894894
- Added `interactive.persistent` (as well as `interactive.save` and
895895
`interactive.load`) to make interactive variables persistent (#1495).
896-
- Added `server.habor` (#1502).
896+
- Added `server.harbor` (#1502).
897897
- Added `metronome`.
898898
- Added `playlist.files`.
899899
- Added `getter.is_constant`.

src/libs/extra/interactive.liq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def interactive.persistent(fname) =
442442
interactive.persistency := {interactive.save(fname)}
443443
end
444444

445-
# Expose interactive variables through habor http server. Once this is called,
445+
# Expose interactive variables through harbor http server. Once this is called,
446446
# with default parameters, you can browse <http://localhost:8000/interactive> to
447447
# change the value of interactive variables using sliders.
448448
# @category Interaction

0 commit comments

Comments
 (0)