myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [2768] Fixed typo


From: Giuseppe Scrivano
Subject: [myserver-commit] [2768] Fixed typo
Date: Fri, 29 Aug 2008 19:23:36 +0000

Revision: 2768
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2768
Author:   gscrivano
Date:     2008-08-29 19:23:36 +0000 (Fri, 29 Aug 2008)

Log Message:
-----------
Fixed typo

Modified Paths:
--------------
    trunk/documentation/dev/development_model/dev_model.tex

Modified: trunk/documentation/dev/development_model/dev_model.tex
===================================================================
--- trunk/documentation/dev/development_model/dev_model.tex     2008-08-29 
19:04:27 UTC (rev 2767)
+++ trunk/documentation/dev/development_model/dev_model.tex     2008-08-29 
19:23:36 UTC (rev 2768)
@@ -148,10 +148,11 @@
   Inc.}
 You can take the header directly from existing source files.
 \end{subsection}
-  
+
 \begin{subsection}{Code format}
 This simple code snippet shows how format the code and how indent it.
 Don't use the tab character to indent it, instead use 2 blank spaces. 
+
 \begin{lstlisting}{language=C++}
 //include/foo.h
 class Foo
@@ -254,7 +255,7 @@
 modifications to the source code.
 Every commit must be logical different than other ones, any different
 modification must stay in a different commit.
-Use a short but descriptive commit message, they ChangeLog file is not
+Use a short but descriptive commit message, the ChangeLog file is not
 maintained manually as it is possible to retrieve it using the commits
 history.  The \textit{svn2cl} utility can generate a GNU compatible
 ChangeLog file.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]