27 lines
876 B
Diff
27 lines
876 B
Diff
|
From 2ca0dbe933639299187473041cb7fc5deb17d097 Mon Sep 17 00:00:00 2001
|
||
|
From: Jim Meyering <meyering@fb.com>
|
||
|
Date: Sun, 25 May 2014 20:35:27 -0700
|
||
|
Subject: [PATCH 116/125] maint: remove doubled word: s/on on/on/
|
||
|
|
||
|
* NEWS: Remove doubled-word detected by "make syntax-check".
|
||
|
---
|
||
|
NEWS | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/NEWS b/NEWS
|
||
|
index 986da8f..3d237fa 100644
|
||
|
--- a/NEWS
|
||
|
+++ b/NEWS
|
||
|
@@ -52,7 +52,7 @@ GNU parted NEWS -*- outline -*-
|
||
|
|
||
|
libparted: previously if you chose to ignore the warning about
|
||
|
the gpt thinking the disk was smaller than it appears to be on
|
||
|
- on disk, subsequent warnings on other disks would be suppressed.
|
||
|
+ disk, subsequent warnings on other disks would be suppressed.
|
||
|
Now parted will warn once per disk.
|
||
|
|
||
|
Fix filesystem detection on non 512 byte sector sizes
|
||
|
--
|
||
|
1.9.3
|
||
|
|