diff --git a/src/com/sun/jna/platform/win32/WinError.java b/src/com/sun/jna/platform/win32/WinError.java index 7ce5594e7..07b12aba6 100644 --- a/src/com/sun/jna/platform/win32/WinError.java +++ b/src/com/sun/jna/platform/win32/WinError.java @@ -13848,7 +13848,7 @@ public interface WinError { // The call to create a superior Enlistment on this Transaction object could // not be completed, because the Transaction object specified for the // enlistment is a subordinate branch of the Transaction. Only the root of - // the Transactoin can be enlisted on as a superior. + // the Transaction can be enlisted on as a superior. // int ERROR_TRANSACTION_NOT_ROOT = 6721;