Skip to content

Commit 143a35d

Browse files
Fix typos. (#7137)
1 parent 785f71b commit 143a35d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Version 4.next
1212

1313
Version 4.12.6
1414
==============
15-
- remove expensive rewrite that coallesces adjacent stores
15+
- remove expensive rewrite that coalesces adjacent stores
1616
- improved Java use of reference queues thanks to Thomas Haas #7131
1717
- fixes to conditional import of python library thanks to Cal Jacobson #7116
1818
- include universe for constants that get removed during pre-processing #7121

src/api/python/z3/z3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11658,7 +11658,7 @@ class UserPropagateBase:
1165811658

1165911659
#
1166011660
# Either solver is set or ctx is set.
11661-
# Propagators that are created throuh callbacks
11661+
# Propagators that are created through callbacks
1166211662
# to "fresh" inherit the context of that is supplied
1166311663
# as argument to the callback.
1166411664
# This context should not be deleted. It is owned by the solver.

0 commit comments

Comments
 (0)