0001-Fix-Typo-in-fk-snapshot-3.spec-v2.patch

application/octet-stream

Filename: 0001-Fix-Typo-in-fk-snapshot-3.spec-v2.patch
Type: application/octet-stream
Part: 0
Message: Re: [PATCH] Typo fix in fk-snapshot-3.spec

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: format-patch
Series: patch v2-0001
Subject: Fix Typo in fk-snapshot-3.spec
File+
src/test/isolation/specs/fk-snapshot-3.spec 2 2
From 2cb9f9520ad4b78392c6fd9eef50621bff7dd626 Mon Sep 17 00:00:00 2001
From: Aditya Gollamudi <adigollamudi@gmail.com>
Date: Tue, 30 Dec 2025 19:03:41 -0500
Subject: [PATCH] Fix Typo in fk-snapshot-3.spec

Change "COMMITED" to "COMMITTED" on two lines.

Author: Aditya Gollamudi <adigollamudi@gmail.com>
---
 src/test/isolation/specs/fk-snapshot-3.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/isolation/specs/fk-snapshot-3.spec b/src/test/isolation/specs/fk-snapshot-3.spec
index 90075024f5c..d8237ca2e7a 100644
--- a/src/test/isolation/specs/fk-snapshot-3.spec
+++ b/src/test/isolation/specs/fk-snapshot-3.spec
@@ -59,7 +59,7 @@ permutation s1ser s2ser s1del s2ins s1c s2c
 
 # Also check updating the valid time (without violating RI):
 
-# ...with READ COMMITED:
+# ...with READ COMMITTED:
 permutation s1rc s2rc s2ins s1upok s2c s1c
 permutation s1rc s2rc s1upok s2ins s1c s2c
 # ...with REPEATABLE READ:
@@ -71,7 +71,7 @@ permutation s1ser s2ser s1upok s2ins s1c s2c
 
 # Also check updating the valid time (while violating RI):
 
-# ...with READ COMMITED:
+# ...with READ COMMITTED:
 permutation s1rc s2rc s2ins s1upbad s2c s1c
 permutation s1rc s2rc s1upbad s2ins s1c s2c
 # ...with REPEATABLE READ:
-- 
2.34.1