diff options
author | stuconnolly <stuart02@gmail.com> | 2009-04-19 11:52:33 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-04-19 11:52:33 +0000 |
commit | ac7b8869b4cd7a2dcab94716ae6c24238d8b9978 (patch) | |
tree | b3b0f10c2d882659da7a807b7716a8be408b8ede | |
parent | cf49fc308aaa65028d38a2dffec74a5c7ef8dc53 (diff) | |
download | sequelpro-ac7b8869b4cd7a2dcab94716ae6c24238d8b9978.tar.gz sequelpro-ac7b8869b4cd7a2dcab94716ae6c24238d8b9978.tar.bz2 sequelpro-ac7b8869b4cd7a2dcab94716ae6c24238d8b9978.zip |
Typo.
-rw-r--r-- | Source/TableDocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 031a7943..fb35d612 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -25,7 +25,7 @@ #import <Cocoa/Cocoa.h> #import <MCPKit_bundled/MCPKit_bundled.h> -#import <WebKit/Webkit.h> +#import <WebKit/WebKit.h> @class CMMCPConnection, CMMCPResult; |