1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Fix typos in error message

This commit is contained in:
Jim Hays 2023-04-24 17:03:38 -04:00
parent 2100d5b547
commit 81d201fc09
2 changed files with 6 additions and 6 deletions

View File

@ -30,9 +30,9 @@ begin
raiserror(' "all" to perform indexes and statistics maintenance',0,0)
raiserror(' ',0,0)
raiserror('@mode(varchar(10)) [optional]',0,0)
raiserror(' optionaly you can supply second parameter for operation mode: ',0,0)
raiserror(' "smart" (Default) using smart decition about what index or stats should be touched.',0,0)
raiserror(' "dummy" going through all indexes and statistics regardless thier modifications or fragmentation.',0,0)
raiserror(' optionally you can supply second parameter for operation mode: ',0,0)
raiserror(' "smart" (Default) using smart decisions about what index or stats should be touched.',0,0)
raiserror(' "dummy" going through all indexes and statistics regardless of their modifications or fragmentation.',0,0)
raiserror(' ',0,0)
raiserror('@LogToTable(bit) [optional]',0,0)
raiserror(' Logging option: @LogToTable(bit)',0,0)

View File

@ -91,9 +91,9 @@ begin
raiserror(' "all" to perform indexes and statistics maintenance',0,0)
raiserror(' ',0,0)
raiserror('@mode(varchar(10)) [optional]',0,0)
raiserror(' optionaly you can supply second parameter for operation mode: ',0,0)
raiserror(' "smart" (Default) using smart decition about what index or stats should be touched.',0,0)
raiserror(' "dummy" going through all indexes and statistics regardless thier modifications or fragmentation.',0,0)
raiserror(' optionally you can supply second parameter for operation mode: ',0,0)
raiserror(' "smart" (Default) using smart decisions about what index or stats should be touched.',0,0)
raiserror(' "dummy" going through all indexes and statistics regardless their modifications or fragmentation.',0,0)
raiserror(' ',0,0)
raiserror('@LogToTable(bit) [optional]',0,0)
raiserror(' Logging option: @LogToTable(bit)',0,0)