SiddhantRanade

Results 2 issues of SiddhantRanade

Fixed a typo in docs/command/project.soy: ~Sudio~ -> Studio

CLA Signed

Line 3 of src/SiftGPU/CMakeLists.txt: `find_package(Glew)` is incorrect. It should be `find_package(GLEW)` Making this change lets me compile successfully in Ubuntu. It probably works in Windows even without this change, anyway.