Skip to content

Commit 452d97d

Browse files
authored
Merge pull request #127809 from changeworld/patch-22
Fix typo: hexdecimal -> hexadecimal
2 parents baf7c42 + 02b2910 commit 452d97d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-netapp-files/azacsnap-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ DATE_TIME OPERATION_NAME STATUS DATABASE_TYPE SID DUR
137137

138138
## Understanding the snapshot name suffix
139139

140-
The AzAcSnap snapshot name has a suffix specifically generated to prevent naming collisions and ensure unique snapshot names. The suffix is based on the time AzAcSnap is run to create the snapshot to the nearest ten-thousandths of a second, which is converted to a hexdecimal to minimize the length of the snapshot name. The following example shell script can be used to convert the hexdecimal suffix to the time the snapshot name was generated.
140+
The AzAcSnap snapshot name has a suffix specifically generated to prevent naming collisions and ensure unique snapshot names. The suffix is based on the time AzAcSnap is run to create the snapshot to the nearest ten-thousandths of a second, which is converted to a hexadecimal to minimize the length of the snapshot name. The following example shell script can be used to convert the hexadecimal suffix to the time the snapshot name was generated.
141141

142142
```bash
143143
#!/bin/sh

0 commit comments

Comments
 (0)