diff options
Diffstat (limited to 'doc/writing.docbook')
-rw-r--r-- | doc/writing.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/writing.docbook b/doc/writing.docbook index 70e09d9..44e32db 100644 --- a/doc/writing.docbook +++ b/doc/writing.docbook @@ -33,7 +33,7 @@ and used by autoepatch safely. <para> This function is the basis to start writing a new patchset, it is - used to identify where the patches are gonna be applied. The + used to identify where the patches are going to be applied. The results are simply returned on the standard output, one per line. This function is supposed to check if the patch should or should not be applied over a file or a directory, by grepping, if @@ -60,7 +60,7 @@ and used by autoepatch safely. entirely; it is supposed to return 0 (truth value) if the patch is important, and autoepatch has to fail if it's not applied (and thus stop the merge process), or 1 (untruth value) if the patch is - optional and/or it's not of first important for the current setup. + optional and/or it's not of first importance for the current setup. </para> <para> |