From 9a5ec4bcb5c4931fb9570245171e712d4aebaa85 Mon Sep 17 00:00:00 2001 From: jichenjc Date: Sat, 10 Sep 2016 18:43:39 +0800 Subject: [PATCH] Fix a typo from ID to Id this is in the doc and noticable by user, it's X-Compute-Request-Id instead of X-Compute-Request-ID so worthy change it Change-Id: Ibb6f38e1694a9a3381ea8473cbe6d0e97e3266ec --- api-guide/source/faults.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-guide/source/faults.rst b/api-guide/source/faults.rst index 97232740b9b6..e0eace8fda09 100644 --- a/api-guide/source/faults.rst +++ b/api-guide/source/faults.rst @@ -17,7 +17,7 @@ Every request made has a unique Request ID. This is returned in a response header. Here is an example response header: -X-Compute-Request-ID: req-4b9e5c04-c40f-4b4f-960e-6ac0858dca6c +X-Compute-Request-Id: req-4b9e5c04-c40f-4b4f-960e-6ac0858dca6c Server Actions --------------