Skip to content

Commit 6a7e3ec

Browse files
committed
typo fixed
Change-Id: Id777576d8876d7ba257f0243f3b4ce5756dd9b58
1 parent 8c93374 commit 6a7e3ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if [[ -n "$LOGDIR" ]] && [[ -d "$LOGDIR" ]]; then
123123
sudo rm -rf $LOGDIR
124124
fi
125125

126-
# Clean out the sytemd user unit files if systemd was used.
126+
# Clean out the systemd user unit files if systemd was used.
127127
if [[ "$USE_SYSTEMD" = "True" ]]; then
128128
sudo find $SYSTEMD_DIR -type f -name '*devstack@*service' -delete
129129
# Make systemd aware of the deletion.

0 commit comments

Comments
 (0)