Added changes suggested by Madhu.
authorShantanu <shantanu@fossee.in>
Tue, 23 Mar 2010 11:05:27 +0530
changeset 95 958396664d34
parent 94 f6a980fa5d73
child 96 bb52cf47e920
Added changes suggested by Madhu.
versionControl/vcs.tex
--- a/versionControl/vcs.tex	Tue Mar 23 11:01:11 2010 +0530
+++ b/versionControl/vcs.tex	Tue Mar 23 11:05:27 2010 +0530
@@ -304,7 +304,7 @@
 \begin{frame}
   \frametitle{Objective}
   \begin{block}{}
-    We would \alert{manage} letters collaboratively using \typ{hg}.
+    We will \alert{manage} letters collaboratively using \typ{hg}.
   \end{block}
 
   %% \pause
@@ -332,7 +332,7 @@
 
 \begin{frame}[fragile]
   \frametitle{Getting working/existing code base}
-  To get a already existing code-base:
+  To get an already existing code base:
   \begin{lstlisting}
 $ hg clone 
 http://hg.serpentine.com/tutorial/hello 
@@ -882,7 +882,7 @@
 
 %% Reverting to previous versions!
 % Steps to follow to make life easier. How to avoid/handle manual merges.
-\section{Work flow: DOS and DON'Ts}
+\section{Work flow: DOs and DON'Ts}
 
 \begin{frame}
   \frametitle{Motto behind hg}