Skip to content

Commit

Permalink
fix small typos in code comments (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 authored Jun 14, 2024
1 parent f7ec244 commit 2b0d22e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions base/beamerbasecompatibility.sty
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
}

%
% Fix for implict=false for hyperref
% Fix for implicit=false for hyperref
%
\def\WriteBookmarks{0}
\expandafter\def\csname Parent-4\endcsname{}
Expand Down Expand Up @@ -255,9 +255,9 @@
%
% metropolis patches an old version of the \beamer@@frametitle
% definition and throws an error if it does not find the outdated
% code. To avoid breaking all metropolis persentations, we revert
% code. To avoid breaking all metropolis presentations, we revert
% back to the old definition at the start of the file and then
% overwrite again with the current implimentation at the end
% overwrite again with the current implementation at the end
%
\AddToHook{file/beamerfontthememetropolis.sty/before}{%
\long\def\beamer@@frametitle[#1]#2{%
Expand Down
6 changes: 3 additions & 3 deletions base/beamerbasefont.sty
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@
\newcommand*{\beamer@font@check}{%
\def\beamer@cmr{cmr}%
\edef\beamer@fmdef{\mathfamilydefault}%
% supress for standard cm
% suppress for standard cm
\ifx\beamer@fmdef\beamer@cmr\beamer@suppressreplacementstrue\fi
% supress for unicode math fonts
% suppress for unicode math fonts
\@ifpackageloaded{unicode-math}{\beamer@suppressreplacementstrue}{}
% supress for mathtime serif and math minion serif
% suppress for mathtime serif and math minion serif
\@ifpackageloaded{arevmath}{\ifbeamer@sansmath\else\beamer@suppressreplacementstrue\fi}{}%
\@ifpackageloaded{hvmath}{\ifbeamer@sansmath\else\beamer@suppressreplacementstrue\fi}{}%
\@ifpackageloaded{kpfonts}{\ifbeamer@sansmath\mathversion{sf}\else\beamer@suppressreplacementstrue\fi}{}%
Expand Down
2 changes: 1 addition & 1 deletion base/beamerbaseoverlay.sty
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%
% See the file LICENSE.md for more details.

% Many of these commans allow an overlay spec either before or after
% Many of these commands allow an overlay spec either before or after
% their argument (though not in both positions), hence the repetition
% of "\@ifnextchar<".

Expand Down
2 changes: 1 addition & 1 deletion base/beamerbasetheorems.sty
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

\newcommand{\ExampleInline}[1]{\translate{Example}: \ignorespaces#1}

% Compatiblity:
% Compatibility:
\newcommand{\BeispielInline}[1]{Beispiel: \ignorespaces#1}
}

Expand Down

0 comments on commit 2b0d22e

Please sign in to comment.