paroj / gltut

Learning Modern 3D Graphics Programming
https://paroj.github.io/gltut/
MIT License
1.57k stars 377 forks source link

A few typos. #99

Closed mickbeaver closed 8 years ago

paroj commented 8 years ago

good catches.

if you find more typos it is best if you do

git fetch
git reset --hard upstream/master

before you fix them.

also use git commit --amend if you do multiple related changes to the same file.

mickbeaver commented 8 years ago

Thanks for the information. I didn't realize that was the correct thing to do.

-Mick

On Tue, Jun 14, 2016 at 4:40 PM, Pavel Rojtberg notifications@github.com wrote:

good catches.

if you find more typos it is best if you do

git fetch git reset --hard upstream/master

before you fix them.

also use git commit --amend if you do multiple related changes to the same file.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/paroj/gltut/pull/99#issuecomment-226024698, or mute the thread https://github.com/notifications/unsubscribe/AEsnM4DQ9TqGPxcMxMEhGuBOKuwtposzks5qLx_YgaJpZM4I1xIi .