Skip to content

Commit e1d16b9

Browse files
committed
Fix typos pointed out by CI.
1 parent 9f1b599 commit e1d16b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: exercises/ExerciseSchedule_AdvancedCourse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ HEP C++ Advanced Course's exercise schedule
55
- Solutions and hints can be found in the ExercisesCheatSheet.md file located in the same directory.
66
- Each exercise is in its own directory and referred to in the following by the name of the directory
77

8-
There are far too many exercies on each day. They are given in order in which they should be done.
8+
There are far too many exercises on each day. They are given in order in which they should be done.
99

1010
Day 1
1111
-----

Diff for: talk/objectorientation/constructors.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
\frametitlecpp[11]{Constructor inheritance}
217217
\begin{block}{Idea}
218218
\begin{itemize}
219-
\item avoid having to re-declare parent's constructors
219+
\item avoid having to redeclare parent's constructors
220220
\item by stating that we inherit all parent constructors
221221
\item derived class can add more constructors
222222
\end{itemize}

0 commit comments

Comments
 (0)