Codebase list splix / 51df1ca
Add patch to fix the aready/already typo Didier Raboud 7 years ago
2 changed file(s) with 27 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Fix the 'aready' → 'already' typo
1 Author: Didier Raboud
2 Last-Update: 2016-06-12
3
4 --- a/src/algo0x0d.cpp
5 +++ b/src/algo0x0d.cpp
6 @@ -448,7 +448,7 @@
7 /* Zero value byte padding for data size alignment to 4-byte boundary. */
8 unsigned long zerosPad = 4 - ( outputSize % 4 );
9
10 - /* Pad anyway even if aready aligned. */
11 + /* Pad anyway even if already aligned. */
12 if ( outputSize + zerosPad <= maximumBufferSize ) {
13 while ( zerosPad-- ) {
14 output[ outputSize++ ] = 0;
15 --- a/src/cache.cpp
16 +++ b/src/cache.cpp
17 @@ -569,7 +569,7 @@
18
19 if (!_tempFile) {
20 ERRORMSG(_("Trying to restore a page instance into memory which is "
21 - "aready into memory"));
22 + "already into memory"));
23 return false;
24 }
25
00 0001-Fix-alignment-problem-on-armel.patch
11 0002-Dont-let-bash-trim-whitespace.patch
2 0003-fix-aready-typo.patch
23 0005-Set-debian-build-flags-during-build.patch