changeset 30525:578fa8ca6437 stable

* documentation-bookmarks.cc: fixed typo
author Torsten Lilge <ttl-octave@mailbox.org>
date Wed, 22 Dec 2021 21:18:43 +0100
parents 9c2c0aa0e03f
children 2d73df3859eb
files libgui/src/documentation-bookmarks.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/documentation-bookmarks.cc	Mon Sep 27 14:38:29 2021 -0500
+++ b/libgui/src/documentation-bookmarks.cc	Wed Dec 22 21:18:43 2021 +0100
@@ -478,7 +478,7 @@
       {
         error_message = tr ("The file\n"
                             "%1\n"
-                            "is not a valid XBEL file verison 1.0.")
+                            "is not a valid XBEL file version 1.0.")
                             .arg (m_xbel_file.fileName ());
         return error_message;
       }