summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-09-13 14:24:07 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-09-13 16:04:16 +0200
commitbd0d651c7c54653fdea944bfb041349792fcf67b (patch)
tree59ba7cae5285f50a12c78594fa63764125fec558
parent5e7ee8f939ceaecc44795b6d20f01800820aa3a9 (diff)
downloadptxdist-bd0d651c7c54653fdea944bfb041349792fcf67b.tar.gz
ptxdist-bd0d651c7c54653fdea944bfb041349792fcf67b.tar.xz
trivial: fix typos concerning "access"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--ChangeLog2
-rw-r--r--config/setup/Kconfig2
-rw-r--r--rules/graphics_and_multimedia.in2
-rw-r--r--rules/util-linux-ng.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index fdd8e5b59..adcddea6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2862,7 +2862,7 @@
* general: support for OMAP added (Ladislav Michl)
* fakeroot: update to 1.2.4 (Robert Schwebel)
* openssh: update to 3.9p1 (patch by Ladislav Michl)
- * rootfs: make /tmp accessable for all and make it
+ * rootfs: make /tmp accessible for all and make it
sticky (patch by Ladislav Michl)
2005-02-08 Robert Schwebel <r.schwebel@pengutronix.de>
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 931cf8062..f5ed9c94b 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -176,7 +176,7 @@ config SETUP_IPKG_REPOSITORY
prompt "Path to IPKG Repository"
help
PTXdist can be used to update an IPKG server which is
- accessable via a mounted path. Run 'make ipkg-push'
+ accessible via a mounted path. Run 'make ipkg-push'
to push the packets from $IMAGEDIR to the server dir
which is specified here.
diff --git a/rules/graphics_and_multimedia.in b/rules/graphics_and_multimedia.in
index d41c8a87e..64346b533 100644
--- a/rules/graphics_and_multimedia.in
+++ b/rules/graphics_and_multimedia.in
@@ -28,7 +28,7 @@ config XORG_FONTS
config XORG_FONTS_QT4_LINKS
depends on QT4_PLATFORM_EMBEDDED
bool
- prompt "Make fonts accessable for QtEmbedded"
+ prompt "Make fonts accessible for QtEmbedded"
help
QtEmbedded only looks in one directory for fonts. This will create
links to all fonts int the Qt Font directory to allow QtEmbedded
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index cbbffc561..28d701c5e 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -101,7 +101,7 @@ config UTIL_LINUX_NG_IPCS
depends on !BUSYBOX_IPCS || ALLYES
help
ipcs provides information on the ipc facilities
- for which the calling process has read acccess.
+ for which the calling process has read access.
comment "BusyBox' ipcs is selected!"
depends on BUSYBOX_IPCS