浏览代码

Update README.md

Fixed typo
Kevin 1 年之前
父节点
当前提交
554d845022
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AdaptiveIndexDefrag/README.md

+ 1 - 1
AdaptiveIndexDefrag/README.md

@@ -11,7 +11,7 @@ Yes, but it is used as a part of a full maintenance solution that also handles d
 ## On what version of SQL can I use it?
 This procedure can be used from SQL Server 2005 SP2 onwards, because of the DMVs and DMFs involved.
 
-**NOTE:** no longer garanteed to work with SQL Server 2005. Use at your own volition.
+**NOTE:** no longer guaranteed to work with SQL Server 2005. Use at your own volition.
 
 ## How to deploy it?
 Starting with v1.3.7, on any database context you choose to create the usp_AdaptiveIndexDefrag and its supporting objects, open the attached script, and either keep the @deploymode variable at the top to upgrade mode (preserving all historic data), or change for new deployments or overwrite old versions and objects (disregarding historic data).