]> sourceware.org Git - systemtap.git/commitdiff
Potentialloy confusing typo
authorDave Brolley <brolley@redhat.com>
Mon, 29 Mar 2010 15:44:11 +0000 (11:44 -0400)
committerDave Brolley <brolley@redhat.com>
Tue, 4 May 2010 16:04:02 +0000 (12:04 -0400)
If it does not already exit -> If it does not already exist.

systemtap.spec

index 128ac3e1355013a6d2872fbb2f1df4619c19f960..0a7f72cea35bf0160f43992614f8bc4a0c3fb91b 100644 (file)
@@ -334,7 +334,7 @@ test -e %{_localstatedir}/log/stap-server/log || {
      chmod 664 %{_localstatedir}/log/stap-server/log
      chown stap-server:stap-server %{_localstatedir}/log/stap-server/log
 }
-# If it does not already exit, as stap-server, generate the certificate
+# If it does not already exist, as stap-server, generate the certificate
 # used for signing and for ssl.
 if test ! -e ~stap-server/.systemtap/ssl/server/stap.cert; then
    runuser -s /bin/sh - stap-server -c %{_libexecdir}/%{name}/stap-gen-cert >/dev/null
This page took 0.02927 seconds and 5 git commands to generate.