Index: System.Data.SQLite/SQLiteConnection.cs
==================================================================
--- System.Data.SQLite/SQLiteConnection.cs
+++ System.Data.SQLite/SQLiteConnection.cs
@@ -1357,11 +1357,11 @@
/// Parses a connection string using the built-in (i.e. framework provided)
/// connection string parser class and returns the key/value pairs. An
/// exception may be thrown if the connection string is invalid or cannot be
/// parsed. When compiled for the .NET Compact Framework, the custom
/// connection string parser is always used instead because the framework
- /// provided on is unavailable there.
+ /// provided one is unavailable there.
///
///
/// The connection string to parse.
///
///