summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS2
-rw-r--r--images/grub2.config2
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index e147aa7d7..b6c74c8db 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- typo fix (mga#18492)
+
Version 2.34 - 10 May 2016 by Thomas Backlund
- adjust image creation for new dosfstools 4 using 63 cylinders everywhere
diff --git a/images/grub2.config b/images/grub2.config
index 4457cc2ff..36372363b 100644
--- a/images/grub2.config
+++ b/images/grub2.config
@@ -22,7 +22,7 @@ set timeout=10
search --no-floppy --set=root -l 'Mageia-6-x86_64-netinstall'
-menuentry 'Start Mageia 6 (Caulron) Install' {
+menuentry 'Start Mageia 6 (Cauldron) Install' {
linux /isolinux/x86_64/vmlinuz quiet noiswmd
initrd /isolinux/x86_64/all.rdz
}