diff options
| author | Johannes Schleifenbaum <johannes@js-webcoding.de> | 2013-07-29 12:46:00 +0200 |
|---|---|---|
| committer | Johannes Schleifenbaum <johannes@js-webcoding.de> | 2013-07-29 12:47:06 +0200 |
| commit | cd19f82e5126e087ea6ef3b1bc3307bb74efacbd (patch) | |
| tree | 83c0eeabeedec6a14262bcf0edc776adf5ef332d /app/models/namespace.rb | |
| parent | 5e0e97ec5dd963a33a6522b0095a15abf987d6e0 (diff) | |
| download | gitlab-ce-cd19f82e5126e087ea6ef3b1bc3307bb74efacbd.tar.gz | |
Fix typos
Diffstat (limited to 'app/models/namespace.rb')
| -rw-r--r-- | app/models/namespace.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/namespace.rb b/app/models/namespace.rb index c74e0cf5a1d..18959166931 100644 --- a/app/models/namespace.rb +++ b/app/models/namespace.rb @@ -73,7 +73,7 @@ class Namespace < ActiveRecord::Base gitlab_shell.rm_satellites(path_was) send_update_instructions rescue - # Returning false does not rolback after_* transaction but gives + # Returning false does not rollback after_* transaction but gives # us information about failing some of tasks false end |
