From 3b0cfcc3fb88c563d072c8cec5b00e06547eac1b Mon Sep 17 00:00:00 2001
From: xvrabcov <xvrabcov@fi.muni.cz>
Date: Mon, 22 Mar 2021 16:39:16 +0100
Subject: [PATCH] Fixed a typo

---
 example/mu/example.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/mu/example.dtx b/example/mu/example.dtx
index 70f3510..8d010a8 100644
--- a/example/mu/example.dtx
+++ b/example/mu/example.dtx
@@ -517,7 +517,7 @@
 \usepackage{makeidx}      %% The `makeidx` package contains
 \makeindex                %% helper commands for index typesetting.
 \usepackage[acronym]{glossaries}          %% The `glossaries` package
-\nenewcommand*\glspostdescription{\hfill} %% contains helper commands
+\renewcommand*\glspostdescription{\hfill} %% contains helper commands
 \makeglossaries                           %% for dict and loa
 \input{example-terms-abbrv}               %% typesetting.
 %% These additional packages are used within the document:
-- 
GitLab