New bsp creation wizard has a typo. When giving an already
existing directory, the message spells "exiting" instead
of "existing".

[Yocto #9614]
---
 .../src/org/yocto/sdk/remotetools/wizards/bsp/MainPage.java             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/wizards/bsp/MainPage.java
 
b/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/wizards/bsp/MainPage.java
index 48c7509..cc3630f 100644
--- 
a/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/wizards/bsp/MainPage.java
+++ 
b/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/wizards/bsp/MainPage.java
@@ -275,7 +275,7 @@ public class MainPage extends WizardPage {
                                File outputDirectory = new File(outputDir);
                                if (outputDirectory.exists()){
                                        status = new Status(IStatus.ERROR, 
"not_used", 0,
-                                                       "Your BSP output 
directory points to an exiting directory!", null);
+                                                       "Your BSP output 
directory points to an existing directory!", null);
                                }
                        }
                } else if (buildDir.startsWith(metadataLoc) && 
!bspName.isEmpty()) {
-- 
2.4.11

-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to