summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2008-07-28 11:44:01 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2008-07-28 13:37:56 +0200
commit8dd1802846b1f7a2304c7e63b2cf907d70f14fe1 (patch)
treef82d9f06323b2afbaf9c4a31a5060bb0c0294b2f
parentdec29bbc89ac8d0152d8464294fe9d9c131016c9 (diff)
Fix typo in README.Debian
-rw-r--r--debian/README.Debian2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 685f6047..d91bc559 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -28,7 +28,7 @@ Note that all bytecode files in this package need to be left
'unstripped' after compiling. The reason is the following:
It is possible to strip the .out corresponding to ocaml code compiled in
- native code (and it is done in Coq (coqopt.out) When compiling in
+ native code (and it is done in Coq (coqopt.out)). When compiling in
byte-code, the Coq system uses the -custom option in order to get an
autonomous executable (running independently of an ocaml implementation on
your computer). The way it works is that the .out file is composed of the