Skip to content

Commit 1855336

Browse files
authored
Fix two minor typos (#1108)
1 parent db2fe93 commit 1855336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/execute_request.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Handers for execute_request and related messages, which are
1+
# Handlers for execute_request and related messages, which are
22
# the core of the Jupyter protocol: execution of Julia code and
33
# returning results.
44

src/inline.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function display(d::InlineDisplay, x)
102102
end
103103

104104
# we overload redisplay(d, x) to add x to a queue of objects to display,
105-
# with the actual display occuring when display() is called or when
105+
# with the actual display occurring when display() is called or when
106106
# an input cell has finished executing.
107107

108108
function redisplay(d::InlineDisplay, x)

0 commit comments

Comments
 (0)