diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-01-11 04:59:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-01-11 04:59:08 +0000 |
commit | 295ece4a0ce59199a81df76cbdd537f0fd004283 (patch) | |
tree | 3748b0e16a1b7193871d2e9c7bcf11b67452eed6 /src | |
parent | e2123a97082571fd8fbac2c150e186eb63bbfe1e (diff) |
A tiny patch to fix a typo in configure.in and another one in
RELEASE_CHANGES.
Manfred Koizar
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/RELEASE_CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 52c98360f4a..e0a0bacad20 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -41,7 +41,7 @@ but are not limited to: 3. Removing a field from a public structure. -3. Adding a field to a public structure, unless steps have been +4. Adding a field to a public structure, unless steps have been previously taken to shield users from such a change, for example by such structures only ever being allocated/instantiated by a library function which would give the new field a suitable default value. |