summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-05-20 11:22:10 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-05-20 11:22:26 +0200
commit5875d24b10123780dfec8b28cf085f871a54b51b (patch)
tree299493d1a29f7a857c0b52fcf5503bf1c8b72258
parent66dba9f2759ed3047f68018d0920e5b4c19f13e3 (diff)
downloaddrakx-5875d24b10123780dfec8b28cf085f871a54b51b.tar
drakx-5875d24b10123780dfec8b28cf085f871a54b51b.tar.gz
drakx-5875d24b10123780dfec8b28cf085f871a54b51b.tar.bz2
drakx-5875d24b10123780dfec8b28cf085f871a54b51b.tar.xz
drakx-5875d24b10123780dfec8b28cf085f871a54b51b.zip
typo fix (mga#18492)
-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
}