diff --git a/sample.post-install b/sample.post-install index 0586fcd..512fd3e 100644 --- a/sample.post-install +++ b/sample.post-install @@ -1,4 +1,4 @@ #!/bin/sh -# add something which happends after install +# add something which happens after install diff --git a/sample.pre-install b/sample.pre-install index 46079e0..20f04f7 100644 --- a/sample.pre-install +++ b/sample.pre-install @@ -1,4 +1,4 @@ #!/bin/sh -# add something which happends before install +# add something which happens before install