summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-10-30 21:06:37 +0000
committersr55 <[email protected]>2016-10-30 21:06:37 +0000
commit7fbb66885176a26dd13319e39a6bf083144eff12 (patch)
treea8ae99951e189e3be0b52da676dee0b76c17f07f /win
parent30d9b3972521b5401f18ed83b42a1aba2ed0e410 (diff)
WinGui: Fix Typo
Diffstat (limited to 'win')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_error_code.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_error_code.cs b/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_error_code.cs
index 01995feff..96a6fbe00 100644
--- a/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_error_code.cs
+++ b/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_error_code.cs
@@ -18,7 +18,7 @@ namespace HandBrake.ApplicationServices.Interop.HbLib
HB_ERROR_CANCELED,
HB_ERROR_WRONG_INPUT,
HB_ERROR_INIT,
- HB_ERROR_UNKNOW,
+ HB_ERROR_UNKNOWN,
HB_ERROR_READ
}
}