diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2015-12-29 03:06:49 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2015-12-29 03:06:49 +0000 |
commit | fb33e1e13f201d8993833a6e7a843483df5c5d7e (patch) | |
tree | 2d977194f491fb5a307866289b169fc28e4c372d /src | |
parent | c6b441a04ec5401b1e4555e6c069b8d626eb41a3 (diff) | |
download | jackcess-fb33e1e13f201d8993833a6e7a843483df5c5d7e.tar.gz jackcess-fb33e1e13f201d8993833a6e7a843483df5c5d7e.zip |
typo
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@976 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src')
-rw-r--r-- | src/site/xdoc/cookbook.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/xdoc/cookbook.xml b/src/site/xdoc/cookbook.xml index f164676..5d51225 100644 --- a/src/site/xdoc/cookbook.xml +++ b/src/site/xdoc/cookbook.xml @@ -44,7 +44,7 @@ </p> <p> Well, the first thing you need to do is open the database. The - entry point class in the Jackcess API is, suprisingly enough, the + entry point class in the Jackcess API is, surprisingly enough, the <a href="apidocs/com/healthmarketscience/jackcess/Database.html">Database</a> class. </p> <source> |