summaryrefslogtreecommitdiffstats
path: root/commands/of_property.c
diff options
context:
space:
mode:
authorWadim Egorov <w.egorov@phytec.de>2015-01-27 14:02:09 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-01-28 10:02:56 +0100
commitf0f6a7477b09612ba3f57ace321a6641d77b39db (patch)
tree0ad8904c228e27816178382392ecbc312080d6a0 /commands/of_property.c
parentf4e1969c19fa80f9f777f8d9c0f9d60202443576 (diff)
downloadbarebox-f0f6a7477b09612ba3f57ace321a6641d77b39db.tar.gz
barebox-f0f6a7477b09612ba3f57ace321a6641d77b39db.tar.xz
Fix spelling: pathes -> paths
Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/of_property.c')
-rw-r--r--commands/of_property.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/of_property.c b/commands/of_property.c
index e0154fc394..ae6bfd4211 100644
--- a/commands/of_property.c
+++ b/commands/of_property.c
@@ -308,7 +308,7 @@ BAREBOX_CMD_HELP_OPT ("-d", "delete property")
BAREBOX_CMD_HELP_TEXT("")
BAREBOX_CMD_HELP_TEXT("Valid formats for values:")
BAREBOX_CMD_HELP_TEXT("<0x00112233 4 05> - an array of cells. cells not beginning with a digit are")
-BAREBOX_CMD_HELP_TEXT(" interpreted as node pathes and converted to phandles")
+BAREBOX_CMD_HELP_TEXT(" interpreted as node paths and converted to phandles")
BAREBOX_CMD_HELP_TEXT("[00 11 22 .. nn] - byte stream")
BAREBOX_CMD_HELP_TEXT("If the value does not start with '<' or '[' it is interpreted as string")
BAREBOX_CMD_HELP_END