diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java index 98b8cef2750..e8e6e76d2c9 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java @@ -624,7 +624,7 @@ public enum Pointcut implements IPointcut { * This method is called after all processing is completed for a request, but only if the * request completes normally (i.e. no exception is thrown). *

- * This pointcut is called after the response has completely finished, meaning that the HTTP respsonse to the client + * This pointcut is called after the response has completely finished, meaning that the HTTP response to the client * may or may not have already completely been returned to the client by the time this pointcut is invoked. Use caution * if you have timing-dependent logic, since there is no guarantee about whether the client will have already moved on * by the time your method is invoked. If you need a guarantee that your method is invoked before returning to the @@ -1768,7 +1768,7 @@ public enum Pointcut implements IPointcut { *

* Hooks may accept the following parameters: *