diff options
author | Rodrigo Severo <rodrigo@fabricadeideias.com> | 2013-12-31 20:32:15 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-01 09:44:51 -0800 |
commit | 763c64d0da5642eb7067d669c742ca93859832d5 (patch) | |
tree | 94010dc5245b061f98d1bf0bfe78200e632e77a7 /profile.c | |
parent | dcc143ae4ff43b9545376bf649b71a072f25cfda (diff) | |
download | subsurface-763c64d0da5642eb7067d669c742ca93859832d5.tar.gz |
Typos on comments
Fixing 2 typos on comments.
Signed-off-by: Rodrigo Severo <rodrigo@fabricadeideias.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.c')
-rw-r--r-- | profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ int get_maxtime(struct plot_info *pi) } /* get the maximum depth to which we want to plot - * take into account the additional verical space needed to plot + * take into account the additional vertical space needed to plot * partial pressure graphs */ int get_maxdepth(struct plot_info *pi) { |