From: bangerth Date: Mon, 20 Sep 2010 18:45:09 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=255c685a70358876b705651164f70de4aaa56c56;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@22093 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/job_identifier.h b/deal.II/base/include/base/job_identifier.h index 1a37b4b78e..80ceaa200d 100644 --- a/deal.II/base/include/base/job_identifier.h +++ b/deal.II/base/include/base/job_identifier.h @@ -64,7 +64,7 @@ class JobIdentifier * file. Typically, this * can be called from a program * with the argument - * __FILE__ and is uded + * __FILE__ and is used * in the deal.II test suite. */ static std::string base_name(const char* filename);