Skip to content

Commit 04cbf78

Browse files
Copy-DbaSystemDbUserObject - fix typo (#9794)
1 parent 9583db3 commit 04cbf78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/Copy-DbaSystemDbUserObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function Copy-DbaSystemDbUserObject {
8282
function get-sqltypename ($type) {
8383
switch ($type) {
8484
"VIEW" { "view" }
85-
"SQL_TABLE_VALUED_FUNCTION" { "User table valued fsunction" }
85+
"SQL_TABLE_VALUED_FUNCTION" { "User table valued function" }
8686
"DEFAULT_CONSTRAINT" { "User default constraint" }
8787
"SQL_STORED_PROCEDURE" { "User stored procedure" }
8888
"RULE" { "User rule" }

0 commit comments

Comments
 (0)