浏览代码

Update README.markdown

Victor 13 年之前
父节点
当前提交
2c177349d5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.markdown

+ 2 - 2
README.markdown

@@ -175,7 +175,7 @@ An easy way to wrap things up in a transaction can be done like this:
     }];
 
 
-FMDatabaseQueue will make a serialized GCD queue in the background and execute the blocks you pass to the GCD queue.  This means if you call your FMDatabaseQueue's methods from multiple threads at the same time GDC will execute them in the order they are received.  This means queries and updates won't step on each other's toes, and every one is happy.
+FMDatabaseQueue will make a serialized GCD queue in the background and execute the blocks you pass to the GCD queue.  This means if you call your FMDatabaseQueue's methods from multiple threads at the same time GCD will execute them in the order they are received.  This means queries and updates won't step on each other's toes, and every one is happy.
 
 ## Making custom sqlite functions, based on blocks.
 
@@ -209,4 +209,4 @@ Figure out where the bug is, fix it, and send a patch in or bring that up on the
 
 ## License
 
-The license for FMDB is contained in the "License.txt" file.
+The license for FMDB is contained in the "License.txt" file.