[git commit] typo fixes

Denys Vlasenko vda.linux at googlemail.com
Fri Apr 22 11:47:56 UTC 2016


commit: https://git.busybox.net/busybox-website/commit/?id=ed69d3803c2ba13dc79a696a39ef7f2d08df9e10
branch: https://git.busybox.net/busybox-website/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 news.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/news.html b/news.html
index bf723ed..bffeaad 100644
--- a/news.html
+++ b/news.html
@@ -41,7 +41,7 @@
     <p>I have a Samsung Galaxy Tab S (SM-T700 model) and I made it compile Busybox as follows:
     <ul>
     <li>"Rooted" the tablet (acquired root access). This step is device-specific.</li>
-    <li>Installed SuperSU application.</li>
+    <li>Installed the SuperSU application.</li>
     <li>Installed the <a href="https://termux.com/">Termux</a> application -
     it provides a small repository of essential tools: gcc-based toolchain,
     git, ncurses, etc.</li>
@@ -56,7 +56,7 @@
     is now in the git tree, in configs/android_502_defconfig.
     The toolchain provided by Termux is based on Android's Bionic libc
     and Bionic has some design problems. An annoying one is that off_t is
-    32-bit, struct_stat::st_size is not off_t (this voilates standard
+    32-bit, struct_stat::st_size is not off_t (this violates standard
     expectations), therefore CONFIG_LFS=y does not build, and CONFIG_LFS=n
     builds with warnings (printf'ing st->st_size with wrong specifier).
     </p>


More information about the busybox-cvs mailing list