Skip to content

Commit c68a23d

Browse files
bernhardmgrubersponce
authored andcommitted
Fix spelling errors reported by codespell
1 parent f456cd3 commit c68a23d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

codespell.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ heist
33
Hist
44
Heist
55
his
6+
ro

talk/morelanguage/ranges.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
\end{frame}
6464

6565
\begin{frame}[fragile]
66-
\frametitlecpp[23]{Back to lazyness}
66+
\frametitlecpp[23]{Back to laziness}
6767
\begin{exampleblock}{\texttt{view}s are lazy}
6868
\begin{itemize}
69-
\item Computation is only trigerred when iterating
69+
\item Computation is only triggered when iterating
7070
\item And can be stopped by e.g. \mintinline{cpp}{take}
71-
\item Here the mininal number of iteration is performed
71+
\item Here, the minimal number of iterations is performed
7272
\end{itemize}
7373
{ \scriptsize
7474
\begin{cppcode*}{gobble=2}

0 commit comments

Comments
 (0)