[arrayfire] 63/79: Minor typo fixes in windows doc

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jun 15 13:38:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository arrayfire.

commit 2fd0e967767e800cc3c2c34775fed747cb070b7d
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Thu Jun 11 17:02:28 2015 -0400

    Minor typo fixes in windows doc
---
 docs/pages/using_with_ms_windows.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/pages/using_with_ms_windows.md b/docs/pages/using_with_ms_windows.md
index c65fc1b..04bb891 100644
--- a/docs/pages/using_with_ms_windows.md
+++ b/docs/pages/using_with_ms_windows.md
@@ -24,7 +24,7 @@ to the location of the executables.
 ## Step 1: Adding ArrayFire to PATH for all users
 
 The ArrayFire installer for Windows creates a user `PATH` variable containing
-`%AF_PATH%/lib;`. This is required so that Windows knows where to find the
+`%AF_PATH%/lib`. This is required so that Windows knows where to find the
 ArrayFire DLLs. This variable fixes the DLL finding only for the user that
 installs ArrayFire.
 
@@ -42,9 +42,9 @@ To allow DLL detection for all users, it needs to be added to the system
 3. Click on _Environment Variables_, then under **System Variables**, find
    `PATH`, and click on it.
 
-4. In edit mode, append `%AF_PATH%/lib;`. NOTE: Ensure that there is a semi-colon
-   separating `%AF_PATH%/lib;` from any existing content (e.g.
-   `EXITINGS_PATHS;%AF_PATH%/lib;`) otherwise other software may not function
+4. In edit mode, append `%AF_PATH%/lib`. NOTE: Ensure that there is a semi-colon
+   separating `%AF_PATH%/lib` from any existing content (e.g.
+   `EXISTING_PATHS;%AF_PATH%/lib;`) otherwise other software may not function
    correctly.
 
 ## Step 2: Verify the path addition functions correctly
@@ -57,7 +57,6 @@ To allow DLL detection for all users, it needs to be added to the system
    (options of Release and Debug) menus.
 3. Run the `helloworld` example
 
-
 ## Step 3: Creating your own Visual Studio Project
 
 ### A new project from scratch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list