From dc429fede1bb2f85c5ea47d9a3db8cf06833f824 Mon Sep 17 00:00:00 2001
From: denis-roy <denis-roy@users.noreply.github.com>
Date: Sat, 20 Jan 2018 16:34:06 -0500
Subject: [PATCH] Fixed Minor Typo

CUDA/Develpment  -> CUDA/Development
---
 doc/compile_Windows.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/compile_Windows.md b/doc/compile_Windows.md
index c9a8ff7..246a2db 100644
--- a/doc/compile_Windows.md
+++ b/doc/compile_Windows.md
@@ -24,7 +24,7 @@
 
 - donwload and install [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
 - for minimal install choose `Custom installation options` during the install and select
-    - CUDA/Develpment
+    - CUDA/Development
     - CUDA/Visual Studio Integration (ignore the warning during the install that VS2017 is not supported)
     - CUDA/Runtime
     - Driver components
-- 
GitLab