summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2013-08-06 18:11:42 -0400
committerSlashbunny2013-08-06 18:11:42 -0400
commit7899e2c94e4853d6d1524c3ba2b4427fc7eafd62 (patch)
treed85dc37a56e8d6a12d75b81708c82bdd73179eea /PKGBUILD
parent6885cf803eb8691aa94b37fe77d020dd179b2c12 (diff)
downloadaur-7899e2c94e4853d6d1524c3ba2b4427fc7eafd62.tar.gz
Spelling
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30d9444aaed2..03be16b3c6e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,7 +53,7 @@ build() {
# Initialize the default sqlite Database
bundle exec rake db:migrate RAILS_ENV=production
- # Precompile statis assets
+ # Precompile static assets
bundle exec rake assets:precompile
}