All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] toolchain-shar-extract.sh: fix typo
@ 2015-04-28  6:45 Chen Qi
  2015-04-28  6:45 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2015-04-28  6:45 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit a9eededcb33b2ee41a061298610126436dfc2c11:

  ptest: add recommends to ptest-runner (2015-04-27 15:26:15 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/typo-fix
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/typo-fix

Chen Qi (1):
  toolchain-shar-extract.sh: fix typo

 meta/files/toolchain-shar-extract.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] toolchain-shar-extract.sh: fix typo
  2015-04-28  6:45 [PATCH 0/1] toolchain-shar-extract.sh: fix typo Chen Qi
@ 2015-04-28  6:45 ` Chen Qi
  2015-04-28  6:58   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2015-04-28  6:45 UTC (permalink / raw)
  To: openembedded-core

Fix typo: overwritten -> overridden

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/files/toolchain-shar-extract.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh
index 8cb8783..c8a1f51 100644
--- a/meta/files/toolchain-shar-extract.sh
+++ b/meta/files/toolchain-shar-extract.sh
@@ -90,7 +90,7 @@ fi
 
 if [ -e "$target_sdk_dir/environment-setup-@REAL_MULTIMACH_TARGET_SYS@" ]; then
 	echo "The directory \"$target_sdk_dir\" already contains a SDK for this architecture."
-	printf "If you continue, existing files will be overwritten! Proceed[y/N]?"
+	printf "If you continue, existing files will be overridden! Proceed[y/N]?"
 
 	default_answer="n"
 else
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] toolchain-shar-extract.sh: fix typo
  2015-04-28  6:45 ` [PATCH 1/1] " Chen Qi
@ 2015-04-28  6:58   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2015-04-28  6:58 UTC (permalink / raw)
  To: Chen Qi; +Cc: openembedded-core

On Tue, 2015-04-28 at 14:45 +0800, Chen Qi wrote:
> Fix typo: overwritten -> overridden
> 
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>

I don't think this is a typo, it really does mean overwritten...

Cheers,

Richard



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-28  6:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-28  6:45 [PATCH 0/1] toolchain-shar-extract.sh: fix typo Chen Qi
2015-04-28  6:45 ` [PATCH 1/1] " Chen Qi
2015-04-28  6:58   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.