diff options
author | Linus Nilsson <lajnold@gmail.com> | 2007-07-21 11:49:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-22 14:49:53 -0400 |
commit | f56d35e7aa78ac56a93ff43da90e8d90a37a1362 (patch) | |
tree | c8902c204e07171bce5effa8123bc1c2e85ceebc /Documentation/SubmittingPatches | |
parent | e3202262eccf9b5669abea848303e79bd84dc1bb (diff) |
Documentation: Fix a mispelt "probably" in SubmittingPatches.
Fix a typo in SubmittingPatches where "probably" was spelt "probabally".
Signed-off-by: Linus Nilsson <lajnold@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 3f9a7912e69b..d6b45a9b29b4 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches | |||
@@ -122,7 +122,7 @@ then only post say 15 or so at a time and wait for review and integration. | |||
122 | 122 | ||
123 | Check your patch for basic style violations, details of which can be | 123 | Check your patch for basic style violations, details of which can be |
124 | found in Documentation/CodingStyle. Failure to do so simply wastes | 124 | found in Documentation/CodingStyle. Failure to do so simply wastes |
125 | the reviewers time and will get your patch rejected, probabally | 125 | the reviewers time and will get your patch rejected, probably |
126 | without even being read. | 126 | without even being read. |
127 | 127 | ||
128 | At a minimum you should check your patches with the patch style | 128 | At a minimum you should check your patches with the patch style |